wok view ndiswrapper-utils/receipt @ rev 9621

Up: pure-ftpd to 1.0.31. This fixed STARTTLS flaw similar to Postfix's CVE-2011-0411.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 20 02:01:02 2011 +0000 (2011-04-20)
parents a1c1d35d9f92
children 6b148befc732
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper-utils"
4 VERSION="1.56"
5 CATEGORY="system-tools"
6 SHORT_DESC="ndiswrapper utilities."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="ndiswrapper-driver perl"
9 SOURCE="ndiswrapper"
10 WANTED="ndiswrapper-driver"
11 WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
17 mkdir -p $fs/usr/sbin $fs/sbin
19 # Install utilities
20 install -o root -m 755 $src/utils/ndiswrapper $fs/usr/sbin/
21 install -o root -m 755 $src/utils/ndiswrapper-buginfo $fs/usr/sbin/
22 }