wok view tazusb/receipt @ rev 21490

trickle: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 01 18:05:32 2019 +0200 (2019-05-01)
parents ae4250c3df92
children 4bfeeef8e79f
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="201"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz LiveUSB utility"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
12 TAGS="slitaz"
14 DEPENDS="lzma"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make DESTDIR=$DESTDIR VERSION=$VERSION install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 #
24 genpkg_rules()
25 {
26 mkdir -p $fs
27 cp -a $install/usr $fs
28 chown -R root.root $fs
29 }