wok view tazusb/receipt @ rev 17713

Up libmatemixer-dev wrong dir
author Yuri Pourre <yuripourre@gmail.com>
date Wed Mar 04 00:19:44 2015 -0300 (2015-03-04)
parents 601afe4adf74
children 0bcc2c14e027
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="4.2.6"
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.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
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 }