wok-6.x diff tazwikiss/receipt @ rev 8881
coreutils-command, coreutils-file-summarize: restore busybox links in port_remove()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 27 01:55:24 2011 +0100 (2011-02-27) |
parents | 2618628083de |
children | 9272b69b5779 |
line diff
1.1 --- a/tazwikiss/receipt Fri Nov 05 01:25:19 2010 +0100 1.2 +++ b/tazwikiss/receipt Sun Feb 27 01:55:24 2011 +0100 1.3 @@ -1,17 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazwikiss" 1.7 -VERSION="0.3" 1.8 +VERSION="1.0" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Tiny SliTaz Wiki" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 +BUILD_DEPENDS="mercurial" 1.13 +SOURCE="slitaz-dev-tools" 1.14 +WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.15 +BRANCH="$VERSION" 1.16 WEB_SITE="http://www.slitaz.org/" 1.17 CONFIG_FILES="/var/www/wiki/config*.sh" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - cp -a stuff/* $fs 1.23 + cp -a $src/$PACKAGE/rootfs/* $fs 1.24 chown -R 80.80 $fs/var/www 1.25 } 1.26