diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-23 19:27:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-23 19:27:51 +0000 |
commit | ea3f9462b32674efcb34d577e5a620580d977766 (patch) | |
tree | 09e934e99f5e3a589e693a0139adff44f7e017cb /testing/bluez | |
parent | dd195cdcf5e67c9c21257512ded0a03b5bff0d5e (diff) | |
download | aports-ea3f9462b32674efcb34d577e5a620580d977766.tar.bz2 aports-ea3f9462b32674efcb34d577e5a620580d977766.tar.xz |
testing/bluez: include bluez-simple-agent
Diffstat (limited to 'testing/bluez')
-rw-r--r-- | testing/bluez/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/bluez/APKBUILD b/testing/bluez/APKBUILD index 1ae394e84f..a011239283 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() { |