wok view tazndis/receipt @ rev 1869

Cleanup tck/tk packages.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Dec 16 22:46:36 2008 +0100 (2008-12-16)
parents
children f83322c7b1c4
line source
1 # SliTaz package receipt.
3 PACKAGE="tazndis"
4 VERSION="1.53"
5 CATEGORY="networking"
6 SHORT_DESC="ndiswrapper replacement for SliTaz"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="perl-core"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a stuff/${PACKAGE} $fs/usr/bin
17 }