wok-next diff squirrelmail/receipt @ rev 15253
valgrind: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 19:22:50 2013 +0000 (2013-09-23) |
parents | f04a7db11ba8 |
children | d51b2411e55e |
line diff
1.1 --- a/squirrelmail/receipt Sat Dec 10 13:19:00 2011 +0100 1.2 +++ b/squirrelmail/receipt Mon Sep 23 19:22:50 2013 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Web mail." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-webmail-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.squirrelmail.org/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 +CONFIG_FILES="/etc/squirrelmail/config.php /etc/squirrelmail/config_local.php" 1.12 + 1.13 DEPENDS="php" 1.14 -CONFIG_FILES="/etc/squirrelmail/config.php /etc/squirrelmail/config_local.php" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules()