wok-6.x view libusb-compat-dev/receipt @ rev 15938
Add obshutdown (GTK Ob logout manager)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 19:22:43 2014 +0100 (2014-02-22) |
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 }