2009-12-03 00:36:10 +01:00
|
|
|
# Template file for 'bluez'
|
|
|
|
pkgname=bluez
|
2013-08-17 10:26:32 +02:00
|
|
|
version=5.8
|
2013-03-29 08:33:53 +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
|
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
|
|
|
--enable-pie --enable-threads --enable-library"
|
|
|
|
hostmakedepends="pkg-config flex"
|
2013-06-22 08:01:02 +02:00
|
|
|
makedepends="libglib-devel libudev-devel>=183 dbus-devel systemd-devel
|
|
|
|
libusb-compat-devel>=0.1.5_2 cups-devel libical-devel readline-devel"
|
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"
|
2013-08-17 10:26:32 +02:00
|
|
|
checksum=009c29079bcc736b650642de8e05c575d047642b39a2118cf0f0bc4b03a663d0
|
2009-12-03 00:36:10 +01:00
|
|
|
long_desc="
|
|
|
|
This package contains tools and system daemons for using Bluetooth devices.
|
|
|
|
|
|
|
|
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
|
|
|
|
project distributed under GNU General Public License (GPL)."
|
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() {
|
|
|
|
depends="libbluetooth-${version}_${revision}"
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bluez_package() {
|
|
|
|
pkg_install() {
|
2013-04-26 06:09:18 +02:00
|
|
|
vmove all
|
2013-04-12 08:55:23 +02:00
|
|
|
}
|
|
|
|
}
|