From ea3f9462b32674efcb34d577e5a620580d977766 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 23 Jul 2010 19:27:51 +0000 Subject: testing/bluez: include bluez-simple-agent --- testing/bluez/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing') 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 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() { -- cgit v1.2.3