summaryrefslogtreecommitdiffstats
path: root/abs/extra/bluez-hcidump/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/bluez-hcidump/PKGBUILD')
-rw-r--r--abs/extra/bluez-hcidump/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/extra/bluez-hcidump/PKGBUILD b/abs/extra/bluez-hcidump/PKGBUILD
new file mode 100644
index 0000000..25e0fdf
--- /dev/null
+++ b/abs/extra/bluez-hcidump/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Geoffroy carrier <geoffroy@archlinux.org>
+# Contributor: Giovanni Scafora <giovanni@archlinux.org>
+# Contributor: Joerie de Gram <j.de.gram@gmail.com>
+
+pkgname=bluez-hcidump
+pkgver=1.42
+pkgrel=1
+pkgdesc="Bluetooth HCI package analyzer"
+url="http://www.bluez.org/"
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bluez>=4.18')
+source=(http://bluez.sf.net/download/$pkgname-$pkgver.tar.gz)
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+ make || return 1
+ make DESTDIR="$pkgdir" install || return 1
+}
+
+md5sums=('5704737aaf72104eeaf77335218a1827')