wok-current rev 19853

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:35:33 2017 +0100 (2017-03-16)
parents 008bbd73a1d8
children ccdb56807e1c
files tazchroot/receipt
line diff
     1.1 --- a/tazchroot/receipt	Thu Mar 16 12:06:15 2017 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,27 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="tazchroot"
     1.7 -VERSION="258"
     1.8 -CATEGORY="base-system"
     1.9 -SHORT_DESC="Slitaz tool to manage chroot"
    1.10 -MAINTAINER="gokhlayeh@slitaz.org"
    1.11 -LICENSE="BSD"
    1.12 -WEB_SITE="http://www.slitaz.org/"
    1.13 -SOURCE="slitaz-dev-tools"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
    1.16 -TAGS="slitaz"
    1.17 -
    1.18 -DEPENDS="slitaz-base-files"
    1.19 -
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 -	mkdir -p $fs/usr/bin $fs/etc/slitaz \
    1.24 -		$fs/usr/lib/slitaz/chroot-scripts
    1.25 -	cp -a $src/$PACKAGE/tazchroot $fs/usr/bin
    1.26 -	chmod 755 $fs/usr/bin/tazchroot
    1.27 -	cp -a $src/$PACKAGE/tazchroot.conf $fs/etc/slitaz
    1.28 -	cp -a $src/$PACKAGE/tazchroot-scripts \
    1.29 -		$fs/usr/lib/slitaz/chroot-scripts/tazchroot
    1.30 -}