wok-6.x diff blogotext/receipt @ rev 14800
xz: remove liblzma
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 13 16:21:42 2013 +0200 (2013-07-13) |
parents | b2a632fc9587 |
children | 7c9b40764925 |
line diff
1.1 --- a/blogotext/receipt Sat Apr 13 19:32:46 2013 +0200 1.2 +++ b/blogotext/receipt Sat Jul 13 16:21:42 2013 +0200 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Simple blog engine." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +WEB_SITE="http://lehollandaisvolant.net/blogotext" 1.8 TARBALL="$PACKAGE-$VERSION.zip" 1.9 -WEB_SITE="http://lehollandaisvolant.net/blogotext" 1.10 URL="$WEB_SITE/archives/$TARBALL" 1.11 1.12 DEPENDS="php-gd" 1.13 @@ -23,8 +23,9 @@ 1.14 chown -R 80.80 $DESTDIR/var/www/blogotext 1.15 } 1.16 1.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 -genpkg_rules() 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 { 1.22 cp -a $install/* $fs 1.23 + find $fs -type f -exec chmod a-x \{\} \; 1.24 }