wok view usbutils-dev/receipt @ rev 4630

linux-source: aufs2 fix + install speedup (thanks erjo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 22 10:10:01 2009 +0100 (2009-12-22)
parents 9900cf616c5c
children d22c7c0e0bd3
line source
1 # SliTaz package receipt.
3 PACKAGE="usbutils-dev"
4 VERSION="0.84"
5 CATEGORY="development"
6 SHORT_DESC="Development files for usbutils."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="usbutils"
9 BUILD_DEPENDS=""
10 WEB_SITE="http://linux-usb.sourceforge.net/"
11 WANTED="usbutils"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }