wok view ndiswrapper-utils/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 20661c276bcf
children 25d5b5a73d2e
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper-utils"
4 VERSION="1.62"
5 CATEGORY="system-tools"
6 SHORT_DESC="ndiswrapper utilities."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://sourceforge.net/projects/ndiswrapper"
11 SOURCE="ndiswrapper"
12 DEPENDS="ndiswrapper-driver perl"
13 WANTED="ndiswrapper-driver"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/sbin
20 # Install utilities
21 install -o root -m 755 $src/utils/ndiswrapper \
22 $fs/usr/sbin/
23 install -o root -m 755 $src/utils/ndiswrapper-buginfo \
24 $fs/usr/sbin/
25 }