wok-next diff tazndis/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | cd7906120828 |
children |
line diff
1.1 --- a/tazndis/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/tazndis/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -4,22 +4,18 @@ 1.4 VERSION="1.53.1" 1.5 CATEGORY="network" 1.6 SHORT_DESC="ndiswrapper replacement for SliTaz with a GUI" 1.7 -MAINTAINER="erjo@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="BSD" 1.10 -WEB_SITE="http://www.slitaz.org" 1.11 +WEB_SITE="http://www.slitaz.org/" 1.12 REPOLOGY="-" 1.13 1.14 -TAGS="slitaz" 1.15 - 1.16 -DEPENDS="perl-core wireless_tools ndiswrapper-driver gtkdialog" 1.17 - 1.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 -genpkg_rules() 1.20 -{ 1.21 +genpkg_rules() { 1.22 mkdir -p $fs/usr/bin $fs/usr/sbin 1.23 - cp -a stuff/${PACKAGE} $fs/usr/bin 1.24 - cp -a stuff/${PACKAGE}box $fs/usr/bin 1.25 + cp -a $stuff/$PACKAGE $fs/usr/bin 1.26 + cp -a $stuff/${PACKAGE}box $fs/usr/bin 1.27 1.28 cd $fs/usr/sbin 1.29 ln -sf ../bin/tazndis ndiswrapper 1.30 + DEPENDS="perl-core wireless_tools ndiswrapper-driver gtkdialog" 1.31 + TAGS="slitaz" 1.32 }