wok diff tazchroot/receipt @ rev 9075

Up: gavl to 1.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 04 10:28:26 2011 +0000 (2011-03-04)
parents 4b01e5597c27
children 04bd5fb0f9f6
line diff
     1.1 --- a/tazchroot/receipt	Thu Feb 24 03:37:30 2011 +0100
     1.2 +++ b/tazchroot/receipt	Fri Mar 04 10:28:26 2011 +0000
     1.3 @@ -6,7 +6,11 @@
     1.4  SHORT_DESC="Slitaz tool to manage chroot"
     1.5  MAINTAINER="gokhlayeh@slitaz.org"
     1.6  DEPENDS="libtaz"
     1.7 +BUILD_DEPENDS="mercurial"
     1.8  WEB_SITE="http://www.slitaz.org/"
     1.9 +SOURCE="slitaz-dev-tools"
    1.10 +WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools"
    1.11 +BRANCH="$VERSION"
    1.12  TAGS="slitaz"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 @@ -14,9 +18,9 @@
    1.16  {
    1.17  	mkdir -p $fs/usr/bin $fs/etc/slitaz \
    1.18  		$fs/usr/lib/slitaz/chroot-scripts
    1.19 -	cp -a $stuff/tazchroot $fs/usr/bin
    1.20 +	cp -a $src/$PACKAGE/tazchroot $fs/usr/bin
    1.21  	chmod 755 $fs/usr/bin/tazchroot
    1.22 -	cp -a $stuff/tazchroot.conf $fs/etc/slitaz
    1.23 -	cp -a $stuff/tazchroot-scripts \
    1.24 +	cp -a $src/$PACKAGE/tazchroot.conf $fs/etc/slitaz
    1.25 +	cp -a $src/$PACKAGE/tazchroot-scripts \
    1.26  		$fs/usr/lib/slitaz/chroot-scripts/tazchroot
    1.27  }