obexd: update to 0.43.
This commit is contained in:
parent
fd59cc0a51
commit
5f1714e8d0
|
@ -1,6 +1,5 @@
|
|||
libglib-2.0.so.0
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libopenobex.so.1
|
||||
libbluetooth.so.3
|
||||
libc.so.6
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'obexd-client'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${short_desc} - client"
|
||||
long_desc="
|
||||
Implementation of OBEX client and server as a D-Bus service providing
|
||||
|
@ -8,7 +7,6 @@ long_desc="
|
|||
|
||||
This package contains the client implementation."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/libexec
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libglib-2.0.so.0
|
||||
libopenobex.so.1
|
||||
libbluetooth.so.3
|
||||
libicalvcal.so.0
|
||||
libdl.so.2
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'obexd'
|
||||
pkgname=obexd
|
||||
version=0.41
|
||||
version=0.43
|
||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
configure_args="--enable-usb"
|
||||
short_desc="D-Bus OBEX service"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.bluez.org/"
|
||||
license="GPL-2"
|
||||
checksum=eedee55404b01655b4056ec700724969e72d8198a267a427e77e2a91bb8a2614
|
||||
checksum=11e54448d53539ae30503344316deff12e9a49d381a15eb09a6d91cd70b80ba3
|
||||
long_desc="
|
||||
Implementation of OBEX client and server as a D-Bus service providing
|
||||
high-level functionality.
|
||||
|
@ -19,7 +19,6 @@ long_desc="
|
|||
subpackages="obexd-client"
|
||||
conflicts="obex-data-server>=0"
|
||||
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build dbus-devel
|
||||
|
|
Loading…
Reference in New Issue