wok view usbutils-dev/receipt @ rev 12810

readline: ARM want it :-) so we can cross compile bash
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 20 03:01:49 2012 +0200 (2012-05-20)
parents fad48b58dd83
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="usbutils-dev"
4 VERSION="004"
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 }