wok-next view ndiswrapper-utils/receipt @ rev 1841

nvidia*: ash compatible, no hardcoded kernel version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 11 15:40:01 2008 +0000 (2008-12-11)
parents
children f9c021d9b2fc
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper-utils"
4 VERSION="1.53"
5 CATEGORY="system-tools"
6 SHORT_DESC="ndiswrapper utilities."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="ndiswrapper perl"
9 BUILD_DEPENDS=""
10 SOURCE="ndiswrapper"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WANTED="ndiswrapper"
13 WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
19 src=${WOK}/${WANTED}/${WANTED}-${VERSION}
21 mkdir -p $fs/usr/sbin $fs/sbin
23 # Install utilities
24 install -o root -m 755 $src/utils/ndiswrapper $fs/usr/sbin/
25 install -o root -m 755 $src/utils/ndiswrapper-buginfo $fs/usr/sbin/
26 }