wok view assaultcube-data/receipt @ rev 15939
Add compton (X compositor) Fork of xcompmgr with bug fixes and lots of improvments
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 19:24:36 2014 +0100 (2014-02-22) |
parents | a7b54d88ae54 |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="assaultcube-data"
4 VERSION="1.1.0.4"
5 CATEGORY="games"
6 SHORT_DESC="data files for assaultcube"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="http://assault.cubers.net/"
10 SOURCE="AssaultCube"
11 TARBALL="${SOURCE}_v${VERSION}.tar.bz2"
12 SOURCE="AssaultCube-Data"
13 WGET_URL="$SF_MIRROR/actiongame/$TARBALL"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/assaultcube
19 cp -a $src/config $fs/usr/share/assaultcube
20 cp -a $src/packages $fs/usr/share/assaultcube
21 cp -a $src/docs $fs/usr/share/assaultcube
22 cp -a $src/mods $fs/usr/share/assaultcube
23 chown -R root:root $fs
24 find $fs -type f -exec chmod a-x \{\} \;
25 }