21 lines
745 B
Text
21 lines
745 B
Text
# Template file for 'obexd'
|
|
pkgname=obexd
|
|
version=0.47
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-usb"
|
|
subpackages="obexd-client"
|
|
conflicts="obex-data-server>=0"
|
|
makedepends="pkg-config glib-devel dbus-devel libopenobex-devel libbluetooth-devel>=4.99 libical-devel"
|
|
short_desc="D-Bus OBEX service"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.bluez.org/"
|
|
license="GPL-2"
|
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
|
checksum=8f7d142492c34b240bc1ac84e057d74228db646dc3bdae779bc2709476e1f543
|
|
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."
|