openobex: update to 1.7.1.
This commit is contained in:
parent
95ee81e4b5
commit
0879af1196
4 changed files with 20 additions and 28 deletions
|
@ -440,7 +440,6 @@ libphysfs.so.1 physfs-2.0.0_1
|
||||||
libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
|
libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
|
||||||
libparted.so.2 libparted-3.1_1
|
libparted.so.2 libparted-3.1_1
|
||||||
libparted-fs-resize.so.0 libparted-3.1_1
|
libparted-fs-resize.so.0 libparted-3.1_1
|
||||||
libopenobex.so.1 libopenobex-1.5_1
|
|
||||||
libntfs-3g.so.84 ntfs-3g-2013.1.13_1
|
libntfs-3g.so.84 ntfs-3g-2013.1.13_1
|
||||||
libruby.so.1.9 ruby-1.9.3_1
|
libruby.so.1.9 ruby-1.9.3_1
|
||||||
libruby.so.2.0 ruby-2.0.0_1
|
libruby.so.2.0 ruby-2.0.0_1
|
||||||
|
@ -1450,3 +1449,4 @@ libxshmfence.so.1 libxshmfence-1.1_1
|
||||||
libgoffice-0.8.so.8 goffice0.8-0.8.13_1
|
libgoffice-0.8.so.8 goffice0.8-0.8.13_1
|
||||||
libgoffice-0.10.so.10 goffice-0.10.9_1
|
libgoffice-0.10.so.10 goffice-0.10.9_1
|
||||||
libc++.so.1 libcxx-3.4_1
|
libc++.so.1 libcxx-3.4_1
|
||||||
|
libopenobex.so.2 openobex-1.7.1_1
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
openobex
|
|
|
@ -1,39 +1,32 @@
|
||||||
# Template file for 'openobex'
|
# Template file for 'openobex'
|
||||||
pkgname=openobex
|
pkgname=openobex
|
||||||
version=1.5
|
version=1.7.1
|
||||||
revision=7
|
revision=1
|
||||||
build_style=gnu-configure
|
wrksrc="${pkgname}-${version}-Source"
|
||||||
configure_args="--enable-apps --enable-irda --enable-bluetooth --enable-usb"
|
build_style=cmake
|
||||||
makedepends="pkg-config libusb-compat-devel libbluetooth-devel"
|
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_SBINDIR=/usr/bin"
|
||||||
short_desc="OpenOBEX applications"
|
hostmakedepends="pkg-config cmake libxslt docbook-xsl"
|
||||||
|
makedepends="systemd-devel libusb-devel libbluetooth-devel"
|
||||||
|
replaces="libopenobex>=0"
|
||||||
|
short_desc="OBEX protocol implementation"
|
||||||
homepage="http://dev.zuckschwerdt.org/openobex/"
|
homepage="http://dev.zuckschwerdt.org/openobex/"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://ftp.osuosl.org/pub/linux/bluetooth/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}-${version}-Source.tar.gz"
|
||||||
checksum=13996a1e3c69d857f1c7b1d0d9f1c674ccd395355dcae1442a91386b4d75254c
|
checksum=3b264665d90901ea4ff720332ffb9b6d1d8f67187463d3a3279caddc7205ea57
|
||||||
long_desc="
|
|
||||||
The Object Exchange protocol can best be described as binary HTTP. OBEX
|
|
||||||
is optimised for ad-hoc wireless links and can be used to exchange all kind
|
|
||||||
of objects like files, pictures, calendar entries (vCal) and business cards
|
|
||||||
(vCard).
|
|
||||||
|
|
||||||
OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones
|
pre_configure() {
|
||||||
like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207
|
sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' udev/openobex.rules.in
|
||||||
and Nokia 9110 Communicator."
|
|
||||||
|
|
||||||
libopenobex_package() {
|
|
||||||
short_desc="OBEX protocol library"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/libopenobex.so*"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libopenobex-devel_package() {
|
openobex-devel_package() {
|
||||||
depends="libbluetooth-devel libusb-compat-devel libopenobex>=${version}"
|
depends="libusb-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc="OBEX protocol library (development files)"
|
replaces="libopenobex-devel>=0"
|
||||||
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue