wok view postfix-mysql/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 5b8f1cdabdd2
children ee8c5b9fa94b
line source
1 # SliTaz package receipt.
3 PACKAGE="postfix-mysql"
4 VERSION="2.8.3"
5 CATEGORY="network"
6 SHORT_DESC="MySQL support for Postfix."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.postfix.org/"
9 DEPENDS="postfix libmysqlclient"
10 WANTED="postfix"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/postfix/
16 cp -a $src/src/global/dict_mysql.o $fs/usr/lib/postfix
17 }