wok-stable view ndiswrapper/receipt @ rev 4472
linux .config (some changes similar to 2.6.29.3); add a modules check to receipt
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon Nov 09 14:00:35 2009 +0000 (2009-11-09) |
parents | 233ec9b6af94 |
children | bee79018e13a |
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper"
4 VERSION="1.55"
5 CATEGORY="meta"
6 SHORT_DESC="Add Windows network drivers support to Linux kernel."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/files/stable/$VERSION/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin $fs/sbin
17 }