wok-stable diff mirror-tools/receipt @ rev 9158
Up: samba to 3.5.8.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Mar 07 11:11:16 2011 +0000 (2011-03-07) |
parents | 0337de6a5c9b |
children | 07edd55d4b03 |
line diff
1.1 --- a/mirror-tools/receipt Wed Feb 23 14:40:44 2011 +0100 1.2 +++ b/mirror-tools/receipt Mon Mar 07 11:11:16 2011 +0000 1.3 @@ -7,10 +7,18 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 WEB_SITE="http://www.slitaz.org/" 1.6 DEPENDS="rrdtool rgzip" 1.7 +BUILD_DEPENDS="mercurial" 1.8 +SOURCE="slitaz-dev-tools" 1.9 +WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.10 +BRANCH="$VERSION" 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - cp -a $stuff/* $fs 1.16 + cp -a $src/$PACKAGE/rootfs/* $fs 1.17 + mkdir -p $fs/var/www 1.18 + cp -a $src/$PACKAGE/mirror-info $fs/var/www 1.19 + cp -a $src/$PACKAGE/slitaz $fs/var/www 1.20 + chown -R 80.80 $fs/var/www 1.21 } 1.22