wok view blazekiss/receipt @ rev 13569

Add blazekiss
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 03 16:17:38 2012 +0100 (2012-11-03)
parents
children 9f84fa885954
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 TARBALL="$PACKAGE.zip"
9 WEB_SITE="http://dizplay.idleman.fr/Projects/Wiki/blazekiss/"
10 WGET_URL="http://dizplay.idleman.fr/Projects/Archives/$TARBALL"
11 DEPENDS="lighttpd php"
12 CONFIG_FILES="/var/www/blazekiss/_config.php"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 true
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 index=$(find $src -name index.php)
24 src=$(dirname $index)
25 mkdir -p $fs/var/www
26 cp -a $src $fs/var/www/blazekiss
27 rm -f $fs/var/www/blazekiss/historique/*/*.bak
28 cp -a $stuff/* $fs/var/www/blazekiss/
29 chown -R www.www $fs/var/www/blazekiss
30 }