[arch-commits] Commit in bmon/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 19:11:34 UTC 2015
Date: Sunday, September 6, 2015 @ 21:11:34
Author: foutrelis
Revision: 139328
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
bmon/repos/community-staging-i686/
bmon/repos/community-staging-i686/PKGBUILD
(from rev 139327, bmon/trunk/PKGBUILD)
bmon/repos/community-staging-x86_64/
bmon/repos/community-staging-x86_64/PKGBUILD
(from rev 139327, bmon/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: bmon/repos/community-staging-i686/PKGBUILD (from rev 139327, bmon/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 19:11:34 UTC (rev 139328)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=bmon
+pkgver=3.8
+pkgrel=2
+pkgdesc="Portable bandwidth monitor and rate estimator"
+arch=('i686' 'x86_64')
+url="http://github.com/tgraf/bmon/"
+license=('MIT' 'BSD')
+depends=('ncurses' 'libnl' 'confuse')
+makedepends=('autoconf')
+source=($pkgname-$pkgver.tar.gz::http://github.com/tgraf/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('6bb2bbdd619f279132e54f1fa83fc98c0f75003766f82d6b7cd36c8a46900453')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+
+# Licenses
+ install -d "${pkgdir}"/usr/share/licenses/$pkgname
+ cp LICENSE.{BSD,MIT} "${pkgdir}"/usr/share/licenses/$pkgname
+}
Copied: bmon/repos/community-staging-x86_64/PKGBUILD (from rev 139327, bmon/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 19:11:34 UTC (rev 139328)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=bmon
+pkgver=3.8
+pkgrel=2
+pkgdesc="Portable bandwidth monitor and rate estimator"
+arch=('i686' 'x86_64')
+url="http://github.com/tgraf/bmon/"
+license=('MIT' 'BSD')
+depends=('ncurses' 'libnl' 'confuse')
+makedepends=('autoconf')
+source=($pkgname-$pkgver.tar.gz::http://github.com/tgraf/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('6bb2bbdd619f279132e54f1fa83fc98c0f75003766f82d6b7cd36c8a46900453')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+
+# Licenses
+ install -d "${pkgdir}"/usr/share/licenses/$pkgname
+ cp LICENSE.{BSD,MIT} "${pkgdir}"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list