wok view blazekiss/receipt @ rev 16481

xpaint: clean up packaged files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:43:46 2014 +0200 (2014-04-23)
parents 9f84fa885954
children ae0257dd41cf
line source
1 # SliTaz package receipt.
3 PACKAGE="blazekiss"
4 VERSION="current"
5 CATEGORY="office"
6 SHORT_DESC="Tiny Wiki Engine in french."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE.zip"
10 WEB_SITE="http://dizplay.idleman.fr/Projects/Wiki/blazekiss/"
11 WGET_URL="http://dizplay.idleman.fr/Projects/Archives/$TARBALL"
12 DEPENDS="lighttpd php"
13 CONFIG_FILES="/var/www/blazekiss/_config.php"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 true
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 index=$(find $src -name index.php)
25 src=$(dirname $index)
26 mkdir -p $fs/var/www
27 cp -a $src $fs/var/www/blazekiss
28 rm -f $fs/var/www/blazekiss/historique/*/*.bak
29 chown -R www.www $fs/var/www/blazekiss
30 }