mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/spectools: upgrade to 2011-08-R1
This commit is contained in:
parent
6db0706409
commit
bd134b80c5
@ -1,12 +1,12 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=spectools
|
||||
pkgver=201004
|
||||
_pkgver=2010-04-R1
|
||||
pkgver=201108
|
||||
_pkgver=2011-08-R1
|
||||
pkgrel=0
|
||||
pkgdesc="Utilities for using Wi-Spy USB spectrum analyzer"
|
||||
url="https://www.kismetwireless.net/spectools/"
|
||||
arch="all"
|
||||
license="GPL-2"
|
||||
license="GPL2+"
|
||||
depends=""
|
||||
depends_dev="gtk+2.0-dev bash cairo-dev libusb-compat-dev"
|
||||
makedepends="$depends_dev"
|
||||
@ -28,7 +28,8 @@ prepare() {
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
autoreconf --install
|
||||
./configure --prefix=/usr \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/
|
||||
make || return 1
|
||||
}
|
||||
@ -38,4 +39,6 @@ package() {
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="1574813385fbe652736b439accec7120 spectools-2010-04-R1.tar.gz"
|
||||
md5sums="b742d5c7dec6fbd3c5070e54d43e6570 spectools-2011-08-R1.tar.gz"
|
||||
sha256sums="ce981cd2b86c6246dc7cb9c0166b85e586e5f5835d3ed147e8901ef18f00220e spectools-2011-08-R1.tar.gz"
|
||||
sha512sums="92c80b34049055cec6d677db165fb2d06d75fbff9f04d41ab81fa57900f639936e6a9a01f06165aea863b35760964016f0984f17816859d054bc9d14353e847b spectools-2011-08-R1.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user