wok-stable rev 362
Add tazusb (1.0) all files are under control now Pascal...
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 07 17:17:31 2008 +0100 (2008-03-07) |
parents | 3c883b1de63c |
children | 810fc6767f4e |
files | tazusb/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tazusb/receipt Fri Mar 07 17:17:31 2008 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="tazusb" 1.7 +VERSION="1.0" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="SliTaz LiveUSB utility." 1.10 +MAINTAINER="spode@spodesabode.com" 1.11 +DEPENDS="cpio lzma" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.slitaz.org/" 1.14 +WGET_URL="http://download.tuxfamily.org/slitaz/sources/tazusb/$TARBALL" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +# 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE 1.21 + cp -a $src/$PACKAGE $fs/usr/bin 1.22 + chmod 755 $fs/usr/bin/$PACKAGE 1.23 + cp -a $src/doc/$PACKAGE.en.html $fs/usr/share/doc/$PACKAGE 1.24 + chown -R root.root $fs 1.25 +}