wok annotate blazekiss/receipt @ rev 13969

syslinux: add 5.0 searchdir resource leak fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 03 17:35:36 2013 +0100 (2013-02-03)
parents 9f2bd6285998
children 223b265f40fd
rev   line source
pascal@13569 1 # SliTaz package receipt.
pascal@13569 2
pascal@13569 3 PACKAGE="blazekiss"
pascal@13569 4 VERSION="current"
pascal@13569 5 CATEGORY="office"
pascal@13569 6 SHORT_DESC="Tiny Wiki Engine in french."
pascal@13569 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13569 8 TARBALL="$PACKAGE.zip"
pascal@13569 9 WEB_SITE="http://dizplay.idleman.fr/Projects/Wiki/blazekiss/"
pascal@13569 10 WGET_URL="http://dizplay.idleman.fr/Projects/Archives/$TARBALL"
pascal@13569 11 DEPENDS="lighttpd php"
pascal@13569 12 CONFIG_FILES="/var/www/blazekiss/_config.php"
pascal@13569 13
pascal@13569 14 # Rules to configure and make the package.
pascal@13569 15 compile_rules()
pascal@13569 16 {
pascal@13569 17 true
pascal@13569 18 }
pascal@13569 19
pascal@13569 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13569 21 genpkg_rules()
pascal@13569 22 {
pascal@13569 23 index=$(find $src -name index.php)
pascal@13569 24 src=$(dirname $index)
pascal@13569 25 mkdir -p $fs/var/www
pascal@13569 26 cp -a $src $fs/var/www/blazekiss
pascal@13569 27 rm -f $fs/var/www/blazekiss/historique/*/*.bak
pascal@13569 28 chown -R www.www $fs/var/www/blazekiss
pascal@13569 29 }