wok view bluez-dev/receipt @ rev 25741

Fix vlc build with old glibc, and race condition for qt5 build
author Stanislas Leduc <shann@slitaz.org>
date Mon Aug 26 13:39:14 2024 +0200 (6 months ago)
parents 35292b022843
children
line source
1 # SliTaz package receipt.
3 PACKAGE="bluez-dev"
4 VERSION="5.54"
5 CATEGORY="development"
6 SHORT_DESC="Bluez development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://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 }