23 lines
747 B
Text
23 lines
747 B
Text
# Template file for 'obexd'
|
|
pkgname=obexd
|
|
version=0.46
|
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-usb"
|
|
makedepends="pkg-config glib-devel dbus-devel libopenobex-devel libbluetooth-devel>=4.99 libical-devel"
|
|
revision=1
|
|
short_desc="D-Bus OBEX service"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.bluez.org/"
|
|
license="GPL-2"
|
|
checksum=f245374813a1f4da39a1f24ae2458a1c886bd0f56a39920e176199898355e943
|
|
long_desc="
|
|
Implementation of OBEX client and server as a D-Bus service providing
|
|
high-level functionality.
|
|
|
|
For the client part install the obexd-client package, this package
|
|
contains the server."
|
|
|
|
subpackages="obexd-client"
|
|
conflicts="obex-data-server>=0"
|
|
|