aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-21 17:23:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-21 19:20:29 -0300
commit5632fb53a96ee47668bb4c277c3ca2eb8a26cbbf (patch)
treeb118bdfa9eb8077ddc56c3412e1b965787a16683
parentd07512cd1370d006390f68dfa2458dc1aa9f047b (diff)
community/wpan-tools: upgrade to 0.9
-rw-r--r--community/wpan-tools/APKBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/community/wpan-tools/APKBUILD b/community/wpan-tools/APKBUILD
index f5870361dff..9a80ecfe31c 100644
--- a/community/wpan-tools/APKBUILD
+++ b/community/wpan-tools/APKBUILD
@@ -1,24 +1,19 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=wpan-tools
-pkgver=0.8
+pkgver=0.9
pkgrel=0
pkgdesc="Configure and test 802.15.4 devices"
url="http://wpan.cakelab.org/"
arch="all"
license="ISC"
depends="libnl3-dev linux-headers"
-depends_dev=""
makedepends="$depends_dev"
-install=""
-subpackages=""
options="!check" # upstream doesn't have a test suite currently
source="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-$pkgver/wpan-tools-$pkgver.tar.xz
"
-builddir="$srcdir/wpan-tools-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,8 +25,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="94e876331317d5ed3833a7cdfd0222543ad1f6b0dcbc9d0465eaa4701d4321d037c1363103603c0c6f7a51e740ab6e8398833e75cfbc27607db93baa914a716a wpan-tools-0.8.tar.xz"
+sha512sums="16fbdd9c1e53e351a2858a81d67fa37027b5e39b26e57f2c1ba0c76d3cf6dcc018e7cae8276a68f47fabbd92ec53fda7b47b48f84424ab457093353fe96c4347 wpan-tools-0.9.tar.xz"