slitaz-dev-tools view oldstuff/tazchroot/wok/tazchroot/receipt @ rev 285

mouve tazchroot to oldstuff
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:13 2017 +0100 (2017-03-16)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="258"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz tool to manage chroot"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 SOURCE="slitaz-dev-tools"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
13 TAGS="slitaz"
15 DEPENDS="slitaz-base-files"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin $fs/etc/slitaz \
21 $fs/usr/lib/slitaz/chroot-scripts
22 cp -a $src/$PACKAGE/tazchroot $fs/usr/bin
23 chmod 755 $fs/usr/bin/tazchroot
24 cp -a $src/$PACKAGE/tazchroot.conf $fs/etc/slitaz
25 cp -a $src/$PACKAGE/tazchroot-scripts \
26 $fs/usr/lib/slitaz/chroot-scripts/tazchroot
27 }