wok view tazndis/receipt @ rev 1922

Apache: reconfigure web applications
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 23 09:58:09 2008 +0000 (2008-12-23)
parents f83322c7b1c4
children d354b851e4e7
line source
1 # SliTaz package receipt.
3 PACKAGE="tazndis"
4 VERSION="1.53"
5 CATEGORY="networking"
6 SHORT_DESC="ndiswrapper replacement for SliTaz"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="perl-core wireless_tools ndiswrapper-driver"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin $fs/usr/sbin
16 cp -a stuff/${PACKAGE} $fs/usr/bin
18 cd $fs/usr/sbin
19 ln -sf ../bin/tazndis ndiswrapper
21 }