wok view tazchroot/receipt @ rev 8823

Put tazchroot stuff into wok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 24 00:25:49 2011 +0100 (2011-02-24)
parents 73a3ced9a677
children 4b01e5597c27
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 $src/tazchroot $fs/usr/bin
18 chmod 755 $fs/usr/bin/tazchroot
19 cp -a $src/tazchroot.conf $fs/etc/slitaz
20 cp -a $src/tazchroot-scripts $fs/usr/lib/slitaz/chroot-scripts/tazchroot
21 }