wok diff squirrelmail-compatibility-plugin/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 4941013a3cb7
children d51b2411e55e
line diff
     1.1 --- a/squirrelmail-compatibility-plugin/receipt	Sat Oct 20 12:48:43 2012 +0200
     1.2 +++ b/squirrelmail-compatibility-plugin/receipt	Sat Dec 21 08:40:56 2013 +0100
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Compatibility plugin for Web mail need by many plugins."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="compatibility"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.squirrelmail.org/"
    1.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL"
    1.12 +
    1.13  DEPENDS="squirrelmail"
    1.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18 @@ -22,7 +24,7 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/share/squirrelmail/plugins
    1.22 -	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.23 +	cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.24  }
    1.25  
    1.26  post_install()