wok annotate ndiswrapper/receipt @ rev 4446

Up: ndiswrapper-driver, utils;fix WGET_URL
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 05 19:41:12 2009 +0000 (2009-11-05)
parents 791fe547794f
children 07f545025e36
rev   line source
erjo@582 1 # SliTaz package receipt.
erjo@582 2
erjo@582 3 PACKAGE="ndiswrapper"
jozee@4446 4 VERSION="1.55"
erjo@1943 5 CATEGORY="meta"
erjo@582 6 SHORT_DESC="Add Windows network drivers support to Linux kernel."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
erjo@1896 8 DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools"
erjo@582 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@582 10 WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
jozee@4446 11 WGET_URL="$SF_MIRROR/$SOURCE/files/stable/$VERSION/$TARBALL"
erjo@582 12
erjo@582 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@582 14 genpkg_rules()
erjo@582 15 {
erjo@1851 16 mkdir -p $fs/usr/sbin $fs/sbin
erjo@582 17 }