wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/postfix-mysql/receipt	Sun May 15 00:18:48 2011 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="postfix-mysql"
     1.7 +VERSION="2.8.2"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="MySQL support for Postfix."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +WEB_SITE="http://www.postfix.org/"
    1.12 +DEPENDS="postfix libmysqlclient"
    1.13 +WANTED="postfix"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/postfix/
    1.19 +	cp -a $src/src/global/dict_mysql.o $fs/usr/lib/postfix
    1.20 +}
    1.21 +