wok diff squirrelmail-sieve/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents 91a615759636
children d51b2411e55e
line diff
     1.1 --- a/squirrelmail-sieve/receipt	Fri Mar 04 00:29:16 2011 +0100
     1.2 +++ b/squirrelmail-sieve/receipt	Sat Dec 21 08:40:56 2013 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Sieve Mail Filters plugin for Web mail."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="avelsieve"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.squirrelmail.org/"
    1.11 -DEPENDS="squirrelmail"
    1.12  WGET_URL="${WEB_SITE}plugins/$TARBALL"
    1.13  CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php"
    1.14  
    1.15 +DEPENDS="squirrelmail"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -23,7 +25,7 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail
    1.24 -	cp -a  $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.25 +	cp -a  $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.26  	mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config/config_sample.php \
    1.27  		$fs/etc/squirrelmail/config-$SOURCE.php
    1.28  	ln -s /etc/squirrelmail/config-$SOURCE.php \