vp-build/srcpkgs/bluez/template

49 lines
1.3 KiB
Bash
Raw Normal View History

# Template file for 'bluez'
pkgname=bluez
2015-03-14 08:47:57 +01:00
version=5.29
2014-11-16 22:01:05 +01:00
revision=1
2015-03-14 08:47:57 +01:00
build_options="systemd"
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev
2015-03-14 08:47:57 +01:00
--enable-pie --enable-threads --enable-library $(vopt_enable systemd)"
hostmakedepends="automake libtool pkg-config flex"
2014-10-10 07:30:00 +02:00
makedepends="libglib-devel libudev-devel dbus-devel
cups-devel libical-devel readline-devel $(vopt_if systemd systemd-devel)"
conf_files="/etc/bluetooth/main.conf"
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"
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
2015-03-14 08:47:57 +01:00
checksum=df216a6d5ec6133355e5d4ed6b5e7a188a940940d337374e166758513246f0e4
pre_configure() {
autoreconf -fi
}
post_install() {
vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth
2014-10-13 12:50:01 +02:00
vsv bluetoothd
}
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.*"
}
}
libbluetooth-devel_package() {
2013-11-20 17:52:55 +01: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 08:01:02 +02:00
vmove "usr/lib/*.so"
}
}
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
}
}