mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/wpan-tools: upgrade to 0.9
This commit is contained in:
parent
d07512cd13
commit
5632fb53a9
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user