Date: Friday, August 22, 2014 @ 17:35:18
  Author: andyrtr
Revision: 220549

upgpkg: bluez 5.22-2

add gatttool, it may be helpful for BT LE devices

Modified:
  bluez/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-08-22 15:10:47 UTC (rev 220548)
+++ PKGBUILD    2014-08-22 15:35:18 UTC (rev 220549)
@@ -6,7 +6,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
 pkgver=5.22
-pkgrel=1
+pkgrel=2
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -94,7 +94,9 @@
 
   # add experimental BT LE manager - FS#41132
   install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/btmgmt 
${pkgdir}/usr/bin/btmgmt
-       
+  # add gatttool useful with Bluetooth 4.0LE 
+  install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/attrib/gatttool 
${pkgdir}/usr/bin/gatttool
+
   # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
   #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
   #rmdir ${pkgdir}/usr/lib

Reply via email to