wok view tazusb/receipt @ rev 14137

cbrpager: move from undigest wok (and slightly modified)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 01 15:32:54 2013 +0000 (2013-03-01)
parents 31722f4be932
children 120fb0e1840c
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="4.2.1"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz LiveUSB utility."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="lzma"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://mirror.slitaz.org/sources/tazusb/$TARBALL"
12 TAGS="slitaz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make DESTDIR=$DESTDIR 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 }