wok annotate 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
rev   line source
gokhlayeh@7998 1 # SliTaz package receipt.
gokhlayeh@7998 2
gokhlayeh@7998 3 PACKAGE="tazchroot"
gokhlayeh@7998 4 VERSION="0.0.1"
gokhlayeh@7998 5 CATEGORY="base-system"
gokhlayeh@7998 6 SHORT_DESC="Slitaz tool to manage chroot"
gokhlayeh@7998 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@7998 8 #TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@7998 9 TARBALL="$VERSION.tar.gz"
gokhlayeh@7998 10 WEB_SITE="http://www.slitaz.org/"
gokhlayeh@7998 11 #WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL"
gokhlayeh@7998 12 # using an hg URL because tarball is not avaible at this moment
gokhlayeh@7998 13 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
gokhlayeh@7998 14 TAGS="slitaz"
gokhlayeh@7998 15
gokhlayeh@7998 16 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7998 17 genpkg_rules()
gokhlayeh@7998 18 {
gokhlayeh@7998 19 mkdir -p $fs/usr/bin $fs/etc/slitaz \
gokhlayeh@7998 20 $fs/var/lib/tazchroot
gokhlayeh@7998 21 cp -a $src/tazchroot $fs/usr/bin
gokhlayeh@7998 22 chmod 755 $fs/usr/bin/tazchroot
gokhlayeh@7998 23 cp -a $src/tazchroot.conf $fs/etc/slitaz
gokhlayeh@7998 24 cp -a $src/scripts/* $fs/var/lib/tazchroot
gokhlayeh@7998 25 }