wok view tazchroot/receipt @ rev 8973
linmodem-hsfmodem: use variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 02 10:41:40 2011 +0100 (2011-03-02) |
parents | 4b01e5597c27 |
children | 04bd5fb0f9f6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="1.0"
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 }