[arch-commits] Commit in nload/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 19:08:09 UTC 2015
Date: Sunday, September 6, 2015 @ 21:08:09
Author: foutrelis
Revision: 139322
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
nload/repos/community-staging-i686/
nload/repos/community-staging-i686/PKGBUILD
(from rev 139321, nload/trunk/PKGBUILD)
nload/repos/community-staging-x86_64/
nload/repos/community-staging-x86_64/PKGBUILD
(from rev 139321, nload/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: nload/repos/community-staging-i686/PKGBUILD (from rev 139321, nload/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 19:08:09 UTC (rev 139322)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Andreas Hauser <andy-aur at splashground.de>
+
+pkgname=nload
+pkgver=0.7.4
+pkgrel=3
+pkgdesc='Monitors network traffic and bandwidth usage'
+url='http://www.roland-riegel.de/nload'
+license=('GPL2')
+depends=('gcc-libs' 'ncurses')
+arch=('i686' 'x86_64')
+source=("$url/$pkgname-$pkgver.tar.gz")
+md5sums=('3c733c528f244ca5a4f76bf185729c39')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Copied: nload/repos/community-staging-x86_64/PKGBUILD (from rev 139321, nload/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 19:08:09 UTC (rev 139322)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Andreas Hauser <andy-aur at splashground.de>
+
+pkgname=nload
+pkgver=0.7.4
+pkgrel=3
+pkgdesc='Monitors network traffic and bandwidth usage'
+url='http://www.roland-riegel.de/nload'
+license=('GPL2')
+depends=('gcc-libs' 'ncurses')
+arch=('i686' 'x86_64')
+source=("$url/$pkgname-$pkgver.tar.gz")
+md5sums=('3c733c528f244ca5a4f76bf185729c39')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list