wok-next rev 19662
Remove tazchroot (not used for yearsand unusable)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 16 18:37:27 2017 +0100 (2017-03-16) |
parents | 8f50006d2661 |
children | 3a6b97ad0a64 |
files | tazchroot/receipt |
line diff
1.1 --- a/tazchroot/receipt Fri Mar 10 14:31:18 2017 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,29 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="tazchroot" 1.7 -VERSION="266" 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 - 1.14 -TARBALL="slitaz-dev-tools-$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 -SIBLINGS="mirror-tools qemu-box slitaz-dev-tools slitaz-mercurial-style \ 1.20 -tazdev tazwikiss yaff" 1.21 - 1.22 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 -genpkg_rules() 1.24 -{ 1.25 - mkdir -p $fs/usr/bin $fs/etc/slitaz \ 1.26 - $fs/usr/lib/slitaz/chroot-scripts 1.27 - cp -a $src/$PACKAGE/tazchroot $fs/usr/bin 1.28 - chmod 755 $fs/usr/bin/tazchroot 1.29 - cp -a $src/$PACKAGE/tazchroot.conf $fs/etc/slitaz 1.30 - cp -a $src/$PACKAGE/tazchroot-scripts \ 1.31 - $fs/usr/lib/slitaz/chroot-scripts/tazchroot 1.32 -}