wok view tazchroot/receipt @ rev 19361

Up tazpkg (919)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 03 08:46:48 2016 +0200 (2016-08-03)
parents 153495d7251e
children 1dce8e8602f2
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="256"
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 }