wok view tazusb/receipt @ rev 917

Up: lxlauncher (0.2)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 16 10:46:03 2008 +0200 (2008-06-16)
parents df5e639e5661
children 5bbd7d9a7f28
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="1.2.1"
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://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 }