wok annotate tazndis/receipt @ rev 1850

Add: tazndis, replacement for ndiswrapper util.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 14 10:53:02 2008 +0100 (2008-12-14)
parents
children f83322c7b1c4
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@1850 8 DEPENDS="perl-core"
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@1850 15 mkdir -p $fs/usr/bin
erjo@1850 16 cp -a stuff/${PACKAGE} $fs/usr/bin
erjo@1850 17 }
erjo@1850 18