summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-19 11:19:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-19 11:19:58 +0000
commit47e1ebf2c62393e3c346090b97fac10a46c2b6bf (patch)
treec4553a1f54bc816cb10e6c9323a6042ea8fe26b2 /testing
parentbf59baf21557b9f59b37b56a7390327c0409fa6a (diff)
downloadaports-47e1ebf2c62393e3c346090b97fac10a46c2b6bf.tar.bz2
aports-47e1ebf2c62393e3c346090b97fac10a46c2b6bf.tar.xz
testing/openobex: -dev package needs libusb-compat-dev
Diffstat (limited to 'testing')
-rw-r--r--testing/openobex/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/openobex/APKBUILD b/testing/openobex/APKBUILD
index 052a3ad14..fc7e48f42 100644
--- a/testing/openobex/APKBUILD
+++ b/testing/openobex/APKBUILD
@@ -1,12 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=openobex
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
url="http://dev.zuckschwerdt.org/openobex/"
arch="x86 x86_64"
license="GPL LGPL"
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"