summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-23 19:27:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-23 19:27:51 +0000
commitea3f9462b32674efcb34d577e5a620580d977766 (patch)
tree09e934e99f5e3a589e693a0139adff44f7e017cb /testing
parentdd195cdcf5e67c9c21257512ded0a03b5bff0d5e (diff)
downloadaports-ea3f9462b32674efcb34d577e5a620580d977766.tar.bz2
aports-ea3f9462b32674efcb34d577e5a620580d977766.tar.xz
testing/bluez: include bluez-simple-agent
Diffstat (limited to 'testing')
-rw-r--r--testing/bluez/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/bluez/APKBUILD b/testing/bluez/APKBUILD
index 1ae394e84..a01123928 100644
--- a/testing/bluez/APKBUILD
+++ b/testing/bluez/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bluez
pkgver=4.69
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
license="GPL2"
@@ -45,6 +45,7 @@ package() {
make install DESTDIR="$pkgdir"
install -Dm755 "$srcdir"/bluetooth.initd "$pkgdir"/etc/init.d/bluetooth
install -Dm644 "$srcdir"/bluetooth.confd "$pkgdir"/etc/conf.d/bluetooth
+ install -Dm755 "$srcdir"/test/simple-agent "$pkgdir"/usr/bin/bluez-simple-agent
}
libbluetooth() {