wok annotate ndiswrapper/receipt @ rev 9114

tmux: hide get-install messages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 05 11:39:33 2011 +0100 (2011-03-05)
parents ff6152ea645e
children 6b148befc732
rev   line source
erjo@582 1 # SliTaz package receipt.
erjo@582 2
erjo@582 3 PACKAGE="ndiswrapper"
pankso@5301 4 VERSION="1.56"
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 WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
jozee@4969 10 TAGS="windows wireless network"
erjo@582 11
erjo@582 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@582 13 genpkg_rules()
erjo@582 14 {
erjo@1851 15 mkdir -p $fs/usr/sbin $fs/sbin
erjo@582 16 }