wok annotate tazusb/receipt @ rev 17427

Up tazlito (5.2.6) & postgrey (1.35)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 05 13:01:58 2014 +0100 (2014-12-05)
parents 601afe4adf74
children 0bcc2c14e027
rev   line source
pankso@362 1 # SliTaz package receipt.
pankso@362 2
pankso@362 3 PACKAGE="tazusb"
pascal@17420 4 VERSION="4.2.6"
pankso@362 5 CATEGORY="base-system"
pankso@362 6 SHORT_DESC="SliTaz LiveUSB utility."
pankso@5134 7 MAINTAINER="erjo@slitaz.org"
pascal@15021 8 LICENSE="GPL3"
pascal@687 9 DEPENDS="lzma"
pankso@362 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@362 11 WEB_SITE="http://www.slitaz.org/"
pascal@14805 12 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
jozee@4973 13 TAGS="slitaz"
pankso@362 14
erjo@5128 15 # Rules to configure and make the package.
erjo@5128 16 compile_rules()
erjo@5128 17 {
pascal@17427 18 make DESTDIR=$DESTDIR VERSION=$VERSION install
erjo@5128 19 }
erjo@5128 20
pankso@362 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@362 22 #
pankso@362 23 genpkg_rules()
pankso@362 24 {
pankso@5156 25 mkdir -p $fs
pankso@10830 26 cp -a $install/usr $fs
pankso@362 27 chown -R root.root $fs
pankso@362 28 }