wok view bluez-dev/receipt @ rev 22843

Add whdd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 14 15:54:18 2020 +0100 (2020-02-14)
parents f4c703ca05a2
children 35292b022843
line source
1 # SliTaz package receipt.
3 PACKAGE="bluez-dev"
4 VERSION="5.52"
5 CATEGORY="development"
6 SHORT_DESC="Bluez development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.bluez.org/"
11 DEPENDS="dbus-dev glib-dev libusb-dev pkg-config"
12 WANTED="bluez"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 # cp -a $install/usr/lib/alsa-lib/*.*a $fs/usr/lib/alsa-lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }