obexd: update to 0.43.
This commit is contained in:
parent
fd59cc0a51
commit
5f1714e8d0
|
@ -1,6 +1,5 @@
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libopenobex.so.1
|
|
||||||
libbluetooth.so.3
|
libbluetooth.so.3
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'obexd-client'.
|
# Template file for 'obexd-client'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${short_desc} - client"
|
short_desc="${short_desc} - client"
|
||||||
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
|
||||||
|
@ -8,7 +7,6 @@ long_desc="
|
||||||
|
|
||||||
This package contains the client implementation."
|
This package contains the client implementation."
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
install -d ${DESTDIR}/usr/libexec
|
install -d ${DESTDIR}/usr/libexec
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libopenobex.so.1
|
|
||||||
libbluetooth.so.3
|
libbluetooth.so.3
|
||||||
libicalvcal.so.0
|
libicalvcal.so.0
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'obexd'
|
# Template file for 'obexd'
|
||||||
pkgname=obexd
|
pkgname=obexd
|
||||||
version=0.41
|
version=0.43
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
configure_args="--enable-usb"
|
||||||
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=eedee55404b01655b4056ec700724969e72d8198a267a427e77e2a91bb8a2614
|
checksum=11e54448d53539ae30503344316deff12e9a49d381a15eb09a6d91cd70b80ba3
|
||||||
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.
|
||||||
|
@ -19,7 +19,6 @@ long_desc="
|
||||||
subpackages="obexd-client"
|
subpackages="obexd-client"
|
||||||
conflicts="obex-data-server>=0"
|
conflicts="obex-data-server>=0"
|
||||||
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
|
|
Loading…
Reference in New Issue