wok-6.x view usbutils-dev/receipt @ rev 21309
1) libfm-extra: fix build while using development sources
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 18 17:17:32 2019 +0300 (2019-04-18) |
parents | 3af9c976b7d4 |
children | 7dd01dedad38 |
line source
1 # SliTaz package receipt.
3 PACKAGE="usbutils-dev"
4 VERSION="007"
5 CATEGORY="development"
6 SHORT_DESC="Development files for usbutils."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://linux-usb.sourceforge.net/"
10 WANTED="usbutils"
12 DEPENDS="usbutils pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/share/pkgconfig $fs/usr/lib
19 }