wok view blazekiss/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 9f2bd6285998
children 223b265f40fd
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 chown -R www.www $fs/var/www/blazekiss
29 }