mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/openobex: upgrade to 1.6
This commit is contained in:
parent
f7f9529af5
commit
e4f97dca60
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=openobex
|
||||
pkgver=1.5
|
||||
pkgrel=4
|
||||
pkgver=1.6
|
||||
pkgrel=0
|
||||
pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
|
||||
url="http://dev.zuckschwerdt.org/openobex/"
|
||||
arch="all"
|
||||
@ -10,10 +10,11 @@ depends=
|
||||
depends_dev="libusb-compat-dev"
|
||||
makedepends="bluez-dev libusb-compat-dev"
|
||||
subpackages="$pkgname-dev libopenobex"
|
||||
source="http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.bz2"
|
||||
source="http://downloads.sourceforge.net/project/openobex/openobex/$pkgver/openobex-$pkgver-Source.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/openobex-$pkgver-Source
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
--enable-apps \
|
||||
--enable-irda \
|
||||
@ -24,7 +25,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
@ -34,4 +35,4 @@ libopenobex() {
|
||||
mv "$pkgdir"/usr/lib/libopenobex.so.* "$subpkgdir"/usr/lib/
|
||||
}
|
||||
|
||||
md5sums="fce1b82eafb74bde54fe117372393ba8 openobex-1.5.tar.bz2"
|
||||
md5sums="485734c0e5a6c4a7bd697a0989b67a56 openobex-1.6-Source.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user