wok-next view tazndis/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | cd7906120828 |
children |
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="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 genpkg_rules() {
13 mkdir -p $fs/usr/bin $fs/usr/sbin
14 cp -a $stuff/$PACKAGE $fs/usr/bin
15 cp -a $stuff/${PACKAGE}box $fs/usr/bin
17 cd $fs/usr/sbin
18 ln -sf ../bin/tazndis ndiswrapper
19 DEPENDS="perl-core wireless_tools ndiswrapper-driver gtkdialog"
20 TAGS="slitaz"
21 }