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