wok diff postfix-mysql/receipt @ rev 9804
usbutils: fix build by using latest version from kernel.org
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 14 19:44:44 2011 +0200 (2011-05-14) |
parents | |
children | 9d6b9bf3ccb4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/postfix-mysql/receipt Sat May 14 19:44:44 2011 +0200 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 +