wok view libusb-compat-dev/receipt @ rev 15863

audacious-plugins: update TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 30 09:14:06 2014 +0000 (2014-01-30)
parents 8d6f480bf664
children 5613d51e1fdf
line source
1 # SliTaz package receipt.
3 PACKAGE="libusb-compat-dev"
4 VERSION="0.1.3"
5 CATEGORY="development"
6 SHORT_DESC="USB accedd library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="libusb-compat"
10 WEB_SITE="http://libusb.sourceforge.net/"
12 DEPENDS="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/bin $fs/usr
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 }