wok view ndiswrapper-utils/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 3765f181a6d5
children 8144275286f2
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper-utils"
4 VERSION="1.59"
5 CATEGORY="system-tools"
6 SHORT_DESC="ndiswrapper utilities."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL"
9 SOURCE="ndiswrapper"
10 WANTED="ndiswrapper-driver"
11 WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
13 DEPENDS="ndiswrapper-driver perl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
19 mkdir -p $fs/usr/sbin $fs/sbin
21 # Install utilities
22 install -o root -m 755 $src/utils/ndiswrapper $fs/usr/sbin/
23 install -o root -m 755 $src/utils/ndiswrapper-buginfo $fs/usr/sbin/
24 }