wok view usbutils-dev/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents 60a842e740cf
children fad48b58dd83
line source
1 # SliTaz package receipt.
3 PACKAGE="usbutils-dev"
4 VERSION="0.91"
5 CATEGORY="development"
6 SHORT_DESC="Development files for usbutils."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="usbutils"
9 WEB_SITE="http://linux-usb.sourceforge.net/"
10 WANTED="usbutils"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib
17 }