aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wavemon
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/wavemon
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/wavemon')
-rw-r--r--testing/wavemon/APKBUILD47
1 files changed, 0 insertions, 47 deletions
diff --git a/testing/wavemon/APKBUILD b/testing/wavemon/APKBUILD
deleted file mode 100644
index 4c77fcc213..0000000000
--- a/testing/wavemon/APKBUILD
+++ /dev/null
@@ -1,47 +0,0 @@
-# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=wavemon
-pkgver=0.8.0
-pkgrel=0
-pkgdesc="Ncurses-based monitoring application for wireless network devices"
-url="http://eden-feed.erg.abdn.ac.uk/wavemon/"
-arch="all"
-license="GPL2+"
-depends=""
-depends_dev=""
-makedepends="ncurses-dev libcap-dev libnl3-dev autoconf automake"
-install=""
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/uoaerg/$pkgname/archive/v$pkgver.tar.gz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cd "$_builddir"
- update_config_sub || return 1
-
- sed -i '/^CFLAGS/d' configure.ac
- autoreconf -fi || return 1
-}
-
-build() {
- cd "$_builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- || return 1
- make CFLAGS="$CFLAGS -pthread -I/usr/include/libnl3" || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR=$pkgdir install || return 1
-}
-
-md5sums="816b65577ecf1d2964dee37381901296 wavemon-0.8.0.tar.gz"
-sha256sums="81ee1f06f8349fee62e98ec5b53dff5b76c4d8fcb439f20cca806255239e3a2a wavemon-0.8.0.tar.gz"
-sha512sums="2df48eb300e9b30e0cb7a0ab41ba5e10b2a6e8170dbd11a4c978462c8cd6dc1171f79ceadfdb7344c495420a4e87b7dd723efea4f1af59a6d0312d93049ee798 wavemon-0.8.0.tar.gz"