wok-6.x diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tazchroot/receipt Tue Jan 18 15:50:33 2011 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="tazchroot" 1.7 +VERSION="0.0.1" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Slitaz tool to manage chroot" 1.10 +MAINTAINER="gokhlayeh@slitaz.org" 1.11 +#TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +TARBALL="$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.slitaz.org/" 1.14 +#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" 1.15 +# using an hg URL because tarball is not avaible at this moment 1.16 +WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL" 1.17 +TAGS="slitaz" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr/bin $fs/etc/slitaz \ 1.23 + $fs/var/lib/tazchroot 1.24 + cp -a $src/tazchroot $fs/usr/bin 1.25 + chmod 755 $fs/usr/bin/tazchroot 1.26 + cp -a $src/tazchroot.conf $fs/etc/slitaz 1.27 + cp -a $src/scripts/* $fs/var/lib/tazchroot 1.28 +}