# HG changeset patch # User Christophe Lincoln # Date 1489685847 -3600 # Node ID 76fa6609f50b216322720541198f16633ca45399 # Parent 8f50006d26617304303baab984d1fdccaef56958 Remove tazchroot (not used for yearsand unusable) diff -r 8f50006d2661 -r 76fa6609f50b tazchroot/receipt --- a/tazchroot/receipt Fri Mar 10 14:31:18 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="tazchroot" -VERSION="266" -CATEGORY="base-system" -SHORT_DESC="Slitaz tool to manage chroot" -MAINTAINER="gokhlayeh@slitaz.org" -LICENSE="BSD" -WEB_SITE="http://www.slitaz.org/" - -TARBALL="slitaz-dev-tools-$VERSION.tar.bz2" -WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" -TAGS="slitaz" - -DEPENDS="slitaz-base-files" -SIBLINGS="mirror-tools qemu-box slitaz-dev-tools slitaz-mercurial-style \ -tazdev tazwikiss yaff" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin $fs/etc/slitaz \ - $fs/usr/lib/slitaz/chroot-scripts - cp -a $src/$PACKAGE/tazchroot $fs/usr/bin - chmod 755 $fs/usr/bin/tazchroot - cp -a $src/$PACKAGE/tazchroot.conf $fs/etc/slitaz - cp -a $src/$PACKAGE/tazchroot-scripts \ - $fs/usr/lib/slitaz/chroot-scripts/tazchroot -}