wok view tazchroot/receipt @ rev 8715

Up: virtualbox-ose to 4.0.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 18 00:49:15 2011 +0000 (2011-02-18)
parents d9b0c029cf26
children 50ec3e86e019
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="0.0.6"
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.bz2"
10 WEB_SITE="http://www.slitaz.org/"
11 # Use mercurial until tarball is mirrored.
12 #WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
13 BUILD_DEPENDS="wget"
14 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
15 TAGS="slitaz"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin $fs/etc/slitaz \
21 $fs/var/lib/tazchroot
22 cp -a $src/tazchroot $fs/usr/bin
23 chmod 755 $fs/usr/bin/tazchroot
24 cp -a $src/tazchroot.conf $fs/etc/slitaz
25 cp -a $src/scripts/* $fs/var/lib/tazchroot
26 }