wok view tazusb/receipt @ rev 5128

Up: tazusb(2.3) + Improve recipe
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Mar 21 23:09:04 2010 +0100 (2010-03-21)
parents 866fa2493b1b
children 34c54036fccc
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="2.3"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz LiveUSB utility."
7 MAINTAINER="spode@spodesabode.com"
8 DEPENDS="lzma"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://mirror.slitaz.org/sources/tazusb/$TARBALL"
12 TAGS="slitaz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 #
23 genpkg_rules()
24 {
25 mkdir -p $fs/
26 cp -a $_pkg/usr $fs/
27 chown -R root.root $fs
28 }