wok-4.x view tazchroot/receipt @ rev 8082

Up: xorg-xf86-video-intel to 2.14.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 21 23:29:59 2011 +0000 (2011-01-21)
parents bff39e2b1e5a
children db902657dc16
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="0.0.1"
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 }