wok-current diff assaultcube-data/receipt @ rev 15167
dummynet: fix kvers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 23:01:14 2013 +0000 (2013-08-15) |
parents | b891cba4f48e |
children | f4c22f009037 |
line diff
1.1 --- a/assaultcube-data/receipt Sun Feb 13 22:35:07 2011 +0000 1.2 +++ b/assaultcube-data/receipt Thu Aug 15 23:01:14 2013 +0000 1.3 @@ -5,10 +5,10 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="data files for assaultcube" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +WEB_SITE="http://assault.cubers.net/" 1.8 SOURCE="AssaultCube" 1.9 TARBALL="${SOURCE}_v${VERSION}.tar.bz2" 1.10 SOURCE="AssaultCube-Data" 1.11 -WEB_SITE="http://assault.cubers.net/" 1.12 WGET_URL="$SF_MIRROR/actiongame/$TARBALL" 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 @@ -19,5 +19,7 @@ 1.16 cp -a $src/packages $fs/usr/share/assaultcube 1.17 cp -a $src/docs $fs/usr/share/assaultcube 1.18 cp -a $src/mods $fs/usr/share/assaultcube 1.19 + chown -R root:root $fs 1.20 + find $fs -type f -exec chmod a-x \{\} \; 1.21 } 1.22