[arch-commits] Commit in nload/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:02:29 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:02:29
  Author: felixonmars
Revision: 659954

archrelease: copy trunk to community-staging-x86_64

Added:
  nload/repos/community-staging-x86_64/
  nload/repos/community-staging-x86_64/PKGBUILD
    (from rev 659952, nload/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: nload/repos/community-staging-x86_64/PKGBUILD (from rev 659952, nload/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 18:02:29 UTC (rev 659954)
@@ -0,0 +1,26 @@
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Andreas Hauser <andy-aur at splashground.de>
+
+pkgname=nload
+pkgver=0.7.4
+pkgrel=6
+pkgdesc='Monitors network traffic and bandwidth usage'
+url='http://www.roland-riegel.de/nload'
+license=('GPL2')
+depends=('gcc-libs' 'ncurses')
+arch=('x86_64')
+source=("$url/$pkgname-$pkgver.tar.gz")
+sha512sums=('ca3e36d3f77c5a7994a3261042fb65a1458a29c769e6bebbe3b8e49b3045aca6f4d047065d11431b28368e0d881c24c92533fa24f0e54ac270f1f5bccfb5c0af')
+
+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