summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/bluez-hcidump/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/bluez-hcidump/PKGBUILD')
-rw-r--r--abs/extra-testing/bluez-hcidump/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra-testing/bluez-hcidump/PKGBUILD b/abs/extra-testing/bluez-hcidump/PKGBUILD
deleted file mode 100644
index 25e0fdf..0000000
--- a/abs/extra-testing/bluez-hcidump/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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')