wok view tazchroot/receipt @ rev 8319

Removed usbip-module. Not need anymore since with have linux-usbip.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:48:00 2011 +0000 (2011-02-01)
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 }