wok view tazchroot/receipt @ rev 8118

Up: ntfs-3g to 2011.1.15.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 23 20:32:59 2011 +0000 (2011-01-23)
parents d0c6a2d1c542
children e326474b686f
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="0.0.2"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz tool to manage chroot"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="libtaz"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://mirror.slitaz.org/sources/tazchroot/$TARBALL"
12 TAGS="slitaz"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/etc/slitaz \
18 $fs/var/lib/tazchroot
19 cp -a $src/tazchroot $fs/usr/bin
20 chmod 755 $fs/usr/bin/tazchroot
21 cp -a $src/tazchroot.conf $fs/etc/slitaz
22 cp -a $src/scripts/* $fs/var/lib/tazchroot
23 }