wok-current view libusb-dev/receipt @ rev 19774
some *-dev depend on pkg-config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 21 15:50:51 2017 +0100 (2017-02-21) |
parents | d15f5ee57730 |
children | e733e84558bd |
line source
1 # SliTaz package receipt.
3 PACKAGE="libusb-dev"
4 VERSION="1.0.18"
5 CATEGORY="development"
6 SHORT_DESC="USB accedd library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="libusb"
10 WEB_SITE="http://libusb.sourceforge.net/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libusb pkg-config libusb-compat-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }