wok-4.x view usbutils-dev/receipt @ rev 11643

asunder, beaver, leafpad, mhwaveedit: Fixed receipts. (desktop file should be copied by cook)
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 03 12:29:45 2012 -0500 (2012-02-03)
parents fad48b58dd83
children
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 }