wok-stable annotate tazndis/receipt @ rev 7039
Fixed typo in lyx build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 31 19:45:29 2010 +0000 (2010-10-31) |
parents | 0c0c693fe4c6 |
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" |
erjo@1895 | 8 DEPENDS="perl-core wireless_tools ndiswrapper-driver" |
erjo@1850 | 9 WEB_SITE="http://www.slitaz.org" |
jozee@4973 | 10 TAGS="slitaz" |
erjo@1850 | 11 |
erjo@1850 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1850 | 13 genpkg_rules() |
erjo@1850 | 14 { |
erjo@1908 | 15 mkdir -p $fs/usr/bin $fs/usr/sbin |
erjo@1850 | 16 cp -a stuff/${PACKAGE} $fs/usr/bin |
pankso@2295 | 17 cp -a stuff/${PACKAGE}box $fs/usr/bin |
erjo@1908 | 18 |
erjo@1908 | 19 cd $fs/usr/sbin |
erjo@1908 | 20 ln -sf ../bin/tazndis ndiswrapper |
erjo@1850 | 21 } |