wok view tazchroot/receipt @ rev 10214

Up: libplist to 1.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 23:43:59 2011 +0000 (2011-05-20)
parents b645185e072e
children 60e5b78b4e58
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="1.0.6"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz tool to manage chroot"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 SOURCE="slitaz-dev-tools"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools"
12 BRANCH="$VERSION"
13 TAGS="slitaz"
15 DEPENDS="libtaz"
16 BUILD_DEPENDS="mercurial"
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/bin $fs/etc/slitaz \
22 $fs/usr/lib/slitaz/chroot-scripts
23 cp -a $src/$PACKAGE/tazchroot $fs/usr/bin
24 chmod 755 $fs/usr/bin/tazchroot
25 cp -a $src/$PACKAGE/tazchroot.conf $fs/etc/slitaz
26 cp -a $src/$PACKAGE/tazchroot-scripts \
27 $fs/usr/lib/slitaz/chroot-scripts/tazchroot
28 }