2023-10-02 07:00:58 +00:00

36 lines
749 B
Plaintext

# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bluez-headers
pkgver=5.70
pkgrel=0
pkgdesc="Bluez development headers"
url="http://www.bluez.org/"
arch="noarch"
license="GPL-2.0-or-later"
depends="!bluez-dev"
source="https://www.kernel.org/pub/linux/bluetooth/bluez-$pkgver.tar.xz"
builddir="$srcdir/bluez-$pkgver"
options="!check" # just headers
package() {
local headers="
bluetooth
bnep
cmtp
hci
hci_lib
hidp
l2cap
rfcomm
sco
sdp
sdp_lib
"
for header in $headers; do
install -Dm644 ./lib/$header.h -t "$pkgdir"/usr/include/bluetooth
done
}
sha512sums="
3a5f8caf7730dcdbbe0bb92154b41651a9d6619038447bf4c25e5e3e5316effcd7242a7a0456d731ce21d55b8daea5212a359acc5e5fc460499b9356b7d364cf bluez-5.70.tar.xz
"