wok annotate tazndis/receipt @ rev 4701

linux/squashfs: add lzma support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 03 17:41:36 2010 +0100 (2010-01-03)
parents e4c8c75480ef
children 866fa2493b1b
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"
erjo@1850 10
erjo@1850 11 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1850 12 genpkg_rules()
erjo@1850 13 {
erjo@1908 14 mkdir -p $fs/usr/bin $fs/usr/sbin
erjo@1850 15 cp -a stuff/${PACKAGE} $fs/usr/bin
pankso@2295 16 cp -a stuff/${PACKAGE}box $fs/usr/bin
erjo@1908 17
erjo@1908 18 cd $fs/usr/sbin
erjo@1908 19 ln -sf ../bin/tazndis ndiswrapper
erjo@1850 20 }