wok view tazchroot/receipt @ rev 9487

Up: ncurses and ncursesw to 5.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 05 12:15:41 2011 +0000 (2011-04-05)
parents 07edd55d4b03
children 42d11b97bb3a
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 DEPENDS="libtaz"
9 BUILD_DEPENDS="mercurial"
10 WEB_SITE="http://www.slitaz.org/"
11 SOURCE="slitaz-dev-tools"
12 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools"
13 BRANCH="$VERSION"
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/usr/lib/slitaz/chroot-scripts
21 cp -a $src/$PACKAGE/tazchroot $fs/usr/bin
22 chmod 755 $fs/usr/bin/tazchroot
23 cp -a $src/$PACKAGE/tazchroot.conf $fs/etc/slitaz
24 cp -a $src/$PACKAGE/tazchroot-scripts \
25 $fs/usr/lib/slitaz/chroot-scripts/tazchroot
26 }