wok view postfix-mysql/receipt @ rev 16521

libgd: try an other fix!
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 00:27:15 2014 +0200 (2014-04-26)
parents ee8c5b9fa94b
children db32e5b5d3e5
line source
1 # SliTaz package receipt.
3 PACKAGE="postfix-mysql"
4 VERSION="2.10.1"
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/"
10 WANTED="postfix"
12 DEPENDS="postfix libmysqlclient"
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 }