summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-24 14:25:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-24 14:25:31 +0000
commit405ba683d8c7e338ec7f4b12520a796f1590fde8 (patch)
tree8022d4d5aac7afce74ac3c178ec952a3656754fe
parentcb592f518f60b85f06f42096b4bc4542bdc331bc (diff)
downloadaports-405ba683d8c7e338ec7f4b12520a796f1590fde8.tar.bz2
aports-405ba683d8c7e338ec7f4b12520a796f1590fde8.tar.xz
testing/obexftp: add bluetooth support
-rw-r--r--testing/obexftp/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/obexftp/APKBUILD b/testing/obexftp/APKBUILD
index 653906b3b..a452011c0 100644
--- a/testing/obexftp/APKBUILD
+++ b/testing/obexftp/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=obexftp
pkgver=0.23
-pkgrel=0
+pkgrel=1
pkgdesc="A tool for transfer files to/from any OBEX enabled device"
url="http://openobex.triq.net/obexftp/obexftp"
license="GPL"
depends=
-makedepends="pkgconfig openobex-dev"
+makedepends="pkgconfig openobex-dev bluez-dev"
subpackages="$pkgname-dev $pkgname-doc libobexftp"
source="http://downloads.sourceforge.net/sourceforge/openobex/obexftp-$pkgver.tar.bz2
obexftp-0.23-gentoo.patch"
@@ -27,6 +27,7 @@ prepare() {
build() {
cd "$_builddir"
./configure --prefix=/usr \
+ --enable-bluetooth \
--disable-perl \
--disable-python \
--disable-ruby || return 1