wok view tazchroot/receipt @ rev 8822

Put libtaz stuff into wok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 24 00:23:25 2011 +0100 (2011-02-24)
parents 50ec3e86e019
children 9f42fd8e4e8a
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="0.0.7.1"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz tool to manage chroot"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="libtaz"
9 TARBALL="$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/usr/lib/slitaz/chroot-scripts
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/tazchroot-scripts $fs/usr/lib/slitaz/chroot-scripts/tazchroot
26 }