wok view tazchroot/receipt @ rev 8833

Fix: tazdev receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 16:18:46 2011 +0100 (2011-02-24)
parents 9f42fd8e4e8a
children 151d70c54d55
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="1.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz tool to manage chroot"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="libtaz"
9 WEB_SITE="http://www.slitaz.org/"
10 TAGS="slitaz"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin $fs/etc/slitaz \
16 $fs/usr/lib/slitaz/chroot-scripts
17 cp -a $stuff/tazchroot $fs/usr/bin
18 chmod 755 $fs/usr/bin/tazchroot
19 cp -a $stuff/tazchroot.conf $fs/etc/slitaz
20 cp -a $stuff/tazchroot-scripts \
21 $fs/usr/lib/slitaz/chroot-scripts/tazchroot
22 }