wok-next diff squirrelmail-smallcal/receipt @ rev 11942
gecko-mediaplayer up 1.0.3 to resolve cooker error
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 29 22:00:25 2012 -0800 (2012-02-29) |
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 Feb 29 22:00:25 2012 -0800 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()