wok-stable view tazchroot/receipt @ rev 7998

Add: tazwok-experimental 0.0.2 - libtaz 0.0.1 - tazchroot 0.0.1
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Jan 18 15:50:33 2011 +0100 (2011-01-18)
parents
children 32cd9732fa86
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 #TARBALL="$PACKAGE-$VERSION.tar.gz"
9 TARBALL="$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 #WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL"
12 # using an hg URL because tarball is not avaible at this moment
13 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
14 TAGS="slitaz"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/etc/slitaz \
20 $fs/var/lib/tazchroot
21 cp -a $src/tazchroot $fs/usr/bin
22 chmod 755 $fs/usr/bin/tazchroot
23 cp -a $src/tazchroot.conf $fs/etc/slitaz
24 cp -a $src/scripts/* $fs/var/lib/tazchroot
25 }