2009-12-03 00:36:10 +01:00
|
|
|
# Template file for 'bluez'
|
|
|
|
pkgname=bluez
|
2015-02-04 09:27:16 +01:00
|
|
|
version=5.28
|
2014-11-16 22:01:05 +01:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-29 08:33:53 +01:00
|
|
|
configure_args="--with-udevdir=/usr/lib/udev
|
|
|
|
--enable-pie --enable-threads --enable-library"
|
2014-05-12 08:38:42 +02:00
|
|
|
hostmakedepends="automake libtool pkg-config flex"
|
2014-10-10 07:30:00 +02:00
|
|
|
makedepends="libglib-devel libudev-devel dbus-devel
|
2014-02-27 14:54:19 +01:00
|
|
|
cups-devel libical-devel readline-devel>=6.3"
|
2014-01-01 16:10:11 +01:00
|
|
|
conf_files="/etc/bluetooth/main.conf"
|
2009-12-03 00:36:10 +01:00
|
|
|
short_desc="Bluetooth tools and daemons"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-11 08:35:45 +02:00
|
|
|
homepage="http://www.bluez.org/"
|
|
|
|
license="GPL-2"
|
2012-10-10 17:12:59 +02:00
|
|
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
2015-02-04 09:27:16 +01:00
|
|
|
checksum=85bab48f4b47a158739028682c1e09cf30099c8ea9dfe63360055f8e06fc18a9
|
2014-07-28 13:12:29 +02:00
|
|
|
|
|
|
|
# Package build options
|
|
|
|
build_options="systemd"
|
|
|
|
|
|
|
|
if [ "$build_option_systemd" ]; then
|
2014-07-29 21:19:50 +02:00
|
|
|
configure_args+=" --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
2014-07-28 13:12:29 +02:00
|
|
|
makedepends+=" systemd-devel"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-systemd"
|
|
|
|
fi
|
2013-04-12 08:55:23 +02:00
|
|
|
|
2014-05-12 08:38:42 +02:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
2014-01-01 16:10:11 +01:00
|
|
|
post_install() {
|
|
|
|
vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth
|
2014-10-13 12:50:01 +02:00
|
|
|
vsv bluetoothd
|
2014-01-01 16:10:11 +01:00
|
|
|
}
|
|
|
|
|
2013-04-12 08:55:23 +02:00
|
|
|
libbluetooth_package() {
|
|
|
|
short_desc="Library to use the Bluez Linux Bluetooth Stack"
|
|
|
|
pkg_install() {
|
2013-06-22 08:01:02 +02:00
|
|
|
vmove "usr/lib/libbluetooth.so.*"
|
2013-04-12 08:55:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
libbluetooth-devel_package() {
|
2013-11-20 17:52:55 +01:00
|
|
|
depends="libbluetooth>=${version}_${revision}"
|
2013-04-12 08:55:23 +02:00
|
|
|
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-06-22 08:01:02 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 08:55:23 +02:00
|
|
|
}
|
|
|
|
}
|
2013-12-16 06:47:11 +01:00
|
|
|
bluez-cups_package() {
|
|
|
|
short_desc="CUPS printer backend for Bluetooth printers"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/cups/backend/bluetooth
|
|
|
|
}
|
|
|
|
}
|