wok-stable view tazchroot/receipt @ rev 8386

ocsinventory-agent: add patch for MANIFEST and Drives.pm
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 04 17:08:27 2011 +0100 (2011-02-04)
parents e326474b686f
children 19b3992b2936
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="0.0.4"
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.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://mirror.slitaz.org/sources/tazchroot/$TARBALL"
12 TAGS="slitaz"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/etc/slitaz \
18 $fs/var/lib/tazchroot
19 cp -a $src/tazchroot $fs/usr/bin
20 chmod 755 $fs/usr/bin/tazchroot
21 cp -a $src/tazchroot.conf $fs/etc/slitaz
22 cp -a $src/scripts/* $fs/var/lib/tazchroot
23 }