From c3bb6cb1e65df26d26fdc0b4ba7e8aa75a439ed2 Mon Sep 17 00:00:00 2001 From: ScrumpyJack Date: Tue, 28 Jun 2016 07:41:15 +0000 Subject: testing/[various]: move more packages to community Moves the packages listed below from the testing to the community repository after successfully testing of said packages. aha archivemount bannergrab bmon py-gpiozera py-rpizero py-skywriter-hat remind --- community/bmon/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 community/bmon/APKBUILD (limited to 'community/bmon') diff --git a/community/bmon/APKBUILD b/community/bmon/APKBUILD new file mode 100644 index 0000000000..0e6e993eb7 --- /dev/null +++ b/community/bmon/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=bmon +pkgver=3.8 +pkgrel=0 +pkgdesc="bandwidth monitor and rate estimator" +url="https://github.com/tgraf/bmon" +arch="all" +license="BSD MIT" +depends="" +depends_dev="" +makedepends="$depends_dev libnl3-dev confuse-dev + ncurses-dev linux-headers" +install="" +subpackages="$pkgname-doc" +source="https://github.com/tgraf/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" + +builddir="$srcdir"/$pkgname-$pkgver +build() { + cd "$builddir" + ./configure --prefix=/usr + make || return 1 +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +md5sums="162ce0d108ff32cbf44b874c5a7e8147 bmon-3.8.tar.gz" +sha256sums="da3e9f5f82f6e65bf08d912cc1e6ba450e488c543151f4b37791da03373054ff bmon-3.8.tar.gz" +sha512sums="629a8678bf76e2dab125a08b334925f953e3ddd5ee0b2b865f157013a5462a5fa8e1bc76920487a03f5afdf12143c4a2cc1c6ab51d514119ca9754cc67117d84 bmon-3.8.tar.gz" -- cgit v1.2.3