wok diff squirrelmail-smallcal/receipt @ rev 12119

libhx, openjpeg, vlc, zlib: update bdeps (bb incompatibilities)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 13:21:44 2012 +0100 (2012-03-13)
parents ff4c00ab546f
children b13ed9740841
line diff
     1.1 --- a/squirrelmail-smallcal/receipt	Mon Feb 16 08:04:20 2009 +0000
     1.2 +++ b/squirrelmail-smallcal/receipt	Tue Mar 13 13:21:44 2012 +0100
     1.3 @@ -11,11 +11,18 @@
     1.4  DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
     1.5  WGET_URL="${WEB_SITE}plugins/$TARBALL"
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	mkdir -p $DESTDIR
    1.11 +	cp -a $src $DESTDIR/$SOURCE
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/share/squirrelmail/plugins
    1.18 -	cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
    1.19 +	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.20  }
    1.21  
    1.22  post_install()