wok view tazusb/receipt @ rev 18047

Up tazusb (178), tazpanel (496), slitaz-config (254)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 14 09:18:57 2015 +0200 (2015-05-14)
parents 7b87ae69c08b
children f630a53bd713
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="178"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz LiveUSB utility."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 DEPENDS="lzma"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
13 TAGS="slitaz"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make DESTDIR=$DESTDIR VERSION=$VERSION install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 #
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $install/usr $fs
27 chown -R root.root $fs
28 }