wok-next view tazndis/receipt @ rev 6851

Fix depends: Remove audacious-plugins from audacious depends. **It is** a dirty&lazy workaround to solve a loop in tazwok-testing, waiting something better, like compile the plugin inside audacious receipt, keep the minimum to run it, and put the extra-plugins in audacious-plugins.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 13:05:40 2010 +0200 (2010-10-20)
parents 0c0c693fe4c6
children 2a21689b0af7
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 WEB_SITE="http://www.slitaz.org"
10 TAGS="slitaz"
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 }