wok diff squirrelmail-smallcal/receipt @ rev 13394
Up glib (2.32.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 26 09:31:22 2012 +0200 (2012-09-26) |
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 Wed Sep 26 09:31:22 2012 +0200 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()