wok view ndiswrapper/receipt @ rev 3611

glibc: fix genpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 29 11:40:12 2009 +0200 (2009-06-29)
parents 97fbad3fa418
children 233ec9b6af94
line source
1 # SliTaz package receipt.
3 PACKAGE="ndiswrapper"
4 VERSION="1.54"
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="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 }