wok view tazusb/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents f630a53bd713
children 5e26ab6bd360
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="181"
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 }