wok annotate tazndis/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 2a21689b0af7
children
rev   line source
erjo@1850 1 # SliTaz package receipt.
erjo@1850 2
erjo@1850 3 PACKAGE="tazndis"
erjo@1944 4 VERSION="1.53.1"
taziden@1986 5 CATEGORY="network"
pankso@2295 6 SHORT_DESC="ndiswrapper replacement for SliTaz with a GUI"
erjo@1850 7 MAINTAINER="erjo@slitaz.org"
pascal@15363 8 LICENSE="BSD"
erjo@1850 9 WEB_SITE="http://www.slitaz.org"
jozee@4973 10 TAGS="slitaz"
erjo@1850 11
mojo@16705 12 DEPENDS="perl-core wireless_tools ndiswrapper-driver gtkdialog"
pascal@15363 13
erjo@1850 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1850 15 genpkg_rules()
erjo@1850 16 {
erjo@1908 17 mkdir -p $fs/usr/bin $fs/usr/sbin
erjo@1850 18 cp -a stuff/${PACKAGE} $fs/usr/bin
pankso@2295 19 cp -a stuff/${PACKAGE}box $fs/usr/bin
erjo@1908 20
erjo@1908 21 cd $fs/usr/sbin
erjo@1908 22 ln -sf ../bin/tazndis ndiswrapper
erjo@1850 23 }