wok-6.x rev 21697
updated postfixadmin (2.3.5 -> 3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 05 17:09:07 2019 +0100 (2019-06-05) |
parents | 8b06244cfb19 |
children | 8ebcdb417c3b |
files | postfixadmin/receipt |
line diff
1.1 --- a/postfixadmin/receipt Wed Jun 05 17:00:00 2019 +0100 1.2 +++ b/postfixadmin/receipt Wed Jun 05 17:09:07 2019 +0100 1.3 @@ -1,22 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postfixadmin" 1.7 -VERSION="2.3.5" 1.8 +VERSION="3.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Postfix web administration." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 +WEB_SITE="http://postfixadmin.sourceforge.net/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://postfixadmin.sourceforge.net/" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 + 1.19 DEPENDS="php php-mysqli php-imap postfix mysql_or_postgresql" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - cd $src 1.25 -} 1.26 - 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 {