24 lines
947 B
Text
24 lines
947 B
Text
# Template file for 'bluez'
|
|
pkgname=bluez
|
|
version=5.3
|
|
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"
|
|
subpackages="libbluetooth libbluetooth-devel"
|
|
hostmakedepends="pkg-config flex"
|
|
makedepends="libglib-devel libudev-devel>=183 dbus-devel
|
|
libusb-compat-devel cups-devel libical-devel readline-devel
|
|
systemd-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=41b0559e3a8436a739eb7cc79156ca91daf8c115f57971b6bcb422ee0213db42
|
|
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)."
|