wok-next annotate tazndis/receipt @ rev 1908

tazndis: add symlink to ndiswrapper
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 21 15:49:01 2008 +0100 (2008-12-21)
parents f83322c7b1c4
children d354b851e4e7
rev   line source
erjo@1850 1 # SliTaz package receipt.
erjo@1850 2
erjo@1850 3 PACKAGE="tazndis"
erjo@1850 4 VERSION="1.53"
erjo@1850 5 CATEGORY="networking"
erjo@1850 6 SHORT_DESC="ndiswrapper replacement for SliTaz"
erjo@1850 7 MAINTAINER="erjo@slitaz.org"
erjo@1895 8 DEPENDS="perl-core wireless_tools ndiswrapper-driver"
erjo@1850 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@1850 10 WEB_SITE="http://www.slitaz.org"
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
erjo@1908 17
erjo@1908 18 cd $fs/usr/sbin
erjo@1908 19 ln -sf ../bin/tazndis ndiswrapper
erjo@1908 20
erjo@1850 21 }
erjo@1850 22