wok view tazusb/receipt @ rev 428

Up: slitaz-configs (1.3) and tazusb (1.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 13 21:18:51 2008 +0100 (2008-03-13)
parents 6553e5b42235
children df5e639e5661
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="1.2"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz LiveUSB utility."
7 MAINTAINER="spode@spodesabode.com"
8 DEPENDS="cpio lzma"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://download.tuxfamily.org/slitaz/sources/tazusb/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 #
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE
18 cp -a $src/$PACKAGE $fs/usr/bin
19 chmod 755 $fs/usr/bin/$PACKAGE
20 cp -a $src/doc/$PACKAGE.en.html $fs/usr/share/doc/$PACKAGE
21 chown -R root.root $fs
22 }