mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
obexd: update to 0.47.
This commit is contained in:
parent
cfeee7d8d5
commit
5bce87dc42
1 changed files with 6 additions and 8 deletions
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'obexd'
|
# Template file for 'obexd'
|
||||||
pkgname=obexd
|
pkgname=obexd
|
||||||
version=0.46
|
version=0.47
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-usb"
|
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"
|
makedepends="pkg-config glib-devel dbus-devel libopenobex-devel libbluetooth-devel>=4.99 libical-devel"
|
||||||
revision=1
|
|
||||||
short_desc="D-Bus OBEX service"
|
short_desc="D-Bus OBEX service"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.bluez.org/"
|
homepage="http://www.bluez.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=f245374813a1f4da39a1f24ae2458a1c886bd0f56a39920e176199898355e943
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
|
checksum=8f7d142492c34b240bc1ac84e057d74228db646dc3bdae779bc2709476e1f543
|
||||||
long_desc="
|
long_desc="
|
||||||
Implementation of OBEX client and server as a D-Bus service providing
|
Implementation of OBEX client and server as a D-Bus service providing
|
||||||
high-level functionality.
|
high-level functionality.
|
||||||
|
|
||||||
For the client part install the obexd-client package, this package
|
For the client part install the obexd-client package, this package
|
||||||
contains the server."
|
contains the server."
|
||||||
|
|
||||||
subpackages="obexd-client"
|
|
||||||
conflicts="obex-data-server>=0"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue