wok view tazusb/receipt @ rev 18904

Up slitaz-configs*(272), tazpanel(568), tazusb (186)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Feb 19 20:24:05 2016 +0200 (2016-02-19)
parents edf927a09cd3
children 15477aad14fa
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="186"
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 }