diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-19 11:19:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-19 11:19:58 +0000 |
commit | 47e1ebf2c62393e3c346090b97fac10a46c2b6bf (patch) | |
tree | c4553a1f54bc816cb10e6c9323a6042ea8fe26b2 /testing/openobex | |
parent | bf59baf21557b9f59b37b56a7390327c0409fa6a (diff) | |
download | aports-47e1ebf2c62393e3c346090b97fac10a46c2b6bf.tar.bz2 aports-47e1ebf2c62393e3c346090b97fac10a46c2b6bf.tar.xz |
testing/openobex: -dev package needs libusb-compat-dev
Diffstat (limited to 'testing/openobex')
-rw-r--r-- | testing/openobex/APKBUILD | 3 |
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" |