wok view postfix-mysql/receipt @ rev 9824

Up: readom to 1.1.11. Its a wanted package for cdrkit that is at 1.1.11 now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 00:18:48 2011 +0000 (2011-05-15)
parents
children 9d6b9bf3ccb4
line source
1 # SliTaz package receipt.
3 PACKAGE="postfix-mysql"
4 VERSION="2.8.2"
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 }