wok-6.x view usbutils-dev/receipt @ rev 11756
up xlockmore (5.38) and added desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 22 10:26:36 2012 -0800 (2012-02-22) |
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 }