wok view tazndis/receipt @ rev 2623

Fix: php build depends.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Apr 15 12:05:37 2009 +0200 (2009-04-15)
parents 6c783361ba07
children 0c0c693fe4c6
line source
1 # SliTaz package receipt.
3 PACKAGE="tazndis"
4 VERSION="1.53.1"
5 CATEGORY="network"
6 SHORT_DESC="ndiswrapper replacement for SliTaz with a GUI"
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
17 cp -a stuff/${PACKAGE}box $fs/usr/bin
19 cd $fs/usr/sbin
20 ln -sf ../bin/tazndis ndiswrapper
21 }