50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
# Template file for 'bluez'
|
|
pkgname=bluez
|
|
version=5.12
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-udevdir=/usr/lib/udev
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
|
--enable-pie --enable-threads --enable-library"
|
|
hostmakedepends="pkg-config flex"
|
|
makedepends="libglib-devel libudev-devel>=183 dbus-devel systemd-devel
|
|
cups-devel libical-devel readline-devel"
|
|
short_desc="Bluetooth tools and daemons"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.bluez.org/"
|
|
license="GPL-2"
|
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
|
checksum=75ef574f15f356d03bd54f1a8ba26abe63bf3d1326a9fa12d63a762ddf40617e
|
|
|
|
libbluetooth_package() {
|
|
short_desc="Library to use the Bluez Linux Bluetooth Stack"
|
|
pkg_install() {
|
|
vmove "usr/lib/libbluetooth.so.*"
|
|
}
|
|
}
|
|
|
|
libbluetooth-devel_package() {
|
|
depends="libbluetooth>=${version}_${revision}"
|
|
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|
|
|
|
bluez-cups_package() {
|
|
short_desc="CUPS printer backend for Bluetooth printers"
|
|
pkg_install() {
|
|
vmove usr/lib/cups/backend/bluetooth
|
|
}
|
|
}
|
|
|
|
bluez_package() {
|
|
conf_files="/etc/bluetooth/main.conf"
|
|
systemd_services="bluetooth.service true"
|
|
pkg_install() {
|
|
vmove all
|
|
vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth
|
|
}
|
|
}
|