wok view postfix-mysql/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 6b06abdea831
children d80275dcc2c7
line source
1 # SliTaz package receipt.
3 PACKAGE="postfix-mysql"
4 VERSION="3.4.5"
5 CATEGORY="network"
6 SHORT_DESC="MySQL support for Postfix."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.postfix.org/"
11 DEPENDS="postfix libmysqlclient"
12 WANTED="postfix"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/postfix/
18 cp -a $src/src/global/dict_mysql.o $fs/usr/lib/postfix
19 }