wok view ndiswrapper-utils/receipt @ rev 20473
Up ncdu (1.13)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 16 16:37:20 2018 +0200 (2018-10-16) |
parents | 293a7bce6d7f |
children | 20661c276bcf |
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper-utils"
4 VERSION="1.61"
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 }