wok-stable view usbutils-dev/receipt @ rev 3798

get-flash-plugin: tarball omit root dir
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 03 18:38:35 2009 +0200 (2009-08-03)
parents
children 3b8e805bd396
line source
1 # SliTaz package receipt.
3 PACKAGE="usbutils-dev"
4 VERSION="0.84"
5 CATEGORY="system-tools"
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 }