aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bluez-hcidump/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/bluez-hcidump/APKBUILD')
-rw-r--r--testing/bluez-hcidump/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/bluez-hcidump/APKBUILD b/testing/bluez-hcidump/APKBUILD
deleted file mode 100644
index 09b7092095..0000000000
--- a/testing/bluez-hcidump/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=bluez-hcidump
-pkgver=2.0
-pkgrel=1
-pkgdesc="Bluetooth HCI package analyzer"
-url="http://www.bluez.org/"
-arch="all"
-license="GPL2"
-depends=
-makedepends="bluez-dev"
-subpackages="$pkgname-doc"
-source="http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-$pkgver.tar.gz
- ntoh64.patch"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-
-prepare() {
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-md5sums="5c2e3ef0a68b2845047867ba51ff8ac9 bluez-hcidump-2.0.tar.gz
-fee39a3c089125cdc9f7b01f84ea8b33 ntoh64.patch"