void-packages/srcpkgs/bluez/template

47 lines
1.3 KiB
Text
Raw Normal View History

# Template file for 'bluez'
pkgname=bluez
2013-11-20 16:52:55 +00:00
version=5.11
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"
2013-06-22 06:01:02 +00:00
makedepends="libglib-devel libudev-devel>=183 dbus-devel systemd-devel
2013-09-20 14:05:14 +00:00
cups-devel libical-devel readline-devel"
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"
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
2013-11-20 16:52:55 +00:00
checksum=1ee116dd504fcdc13dc4f1e171ae1e2a3c46395014cbab455fa12f092cceb06e
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)."
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.*"
}
}
libbluetooth-devel_package() {
2013-11-20 16:52:55 +00:00
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 06:01:02 +00:00
vmove "usr/lib/*.so"
}
}
bluez_package() {
systemd_services="bluetooth.service true"
pkg_install() {
2013-04-26 04:09:18 +00:00
vmove all
}
}