wok view ndiswrapper/receipt @ rev 1896

ndiswrapper: Update DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 20 00:17:52 2008 +0100 (2008-12-20)
parents f9c021d9b2fc
children 97fbad3fa418
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper"
4 VERSION="1.53"
5 CATEGORY="system-tools"
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="http://dfn.dl.sourceforge.net/sourceforge/ndiswrapper/$TARBALL
12 http://puzzle.dl.sourceforge.net/sourceforge/ndiswrapper/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin $fs/sbin
18 }