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

Sébastien Luttringer seblu at nymeria.archlinux.org
Tue Jul 1 18:55:52 UTC 2014


    Date: Tuesday, July 1, 2014 @ 20:55:52
  Author: seblu
Revision: 114524

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nload/repos/community-i686/PKGBUILD
    (from rev 114523, nload/trunk/PKGBUILD)
  nload/repos/community-x86_64/PKGBUILD
    (from rev 114523, nload/trunk/PKGBUILD)
Deleted:
  nload/repos/community-i686/PKGBUILD
  nload/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ----------------------
 community-x86_64/PKGBUILD |   27 ----------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 18:55:28 UTC (rev 114523)
+++ community-i686/PKGBUILD	2014-07-01 18:55:52 UTC (rev 114524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Andreas Hauser <andy-aur at splashground.de>
-
-pkgname=nload
-pkgver=0.7.4
-pkgrel=1
-pkgdesc='Monitors network traffic and bandwidth usage'
-url='http://www.roland-riegel.de/nload'
-license=('GPL2')
-depends=('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 ft=sh et:

Copied: nload/repos/community-i686/PKGBUILD (from rev 114523, nload/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 18:55:52 UTC (rev 114524)
@@ -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=2
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 18:55:28 UTC (rev 114523)
+++ community-x86_64/PKGBUILD	2014-07-01 18:55:52 UTC (rev 114524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Andreas Hauser <andy-aur at splashground.de>
-
-pkgname=nload
-pkgver=0.7.4
-pkgrel=1
-pkgdesc='Monitors network traffic and bandwidth usage'
-url='http://www.roland-riegel.de/nload'
-license=('GPL2')
-depends=('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 ft=sh et:

Copied: nload/repos/community-x86_64/PKGBUILD (from rev 114523, nload/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 18:55:52 UTC (rev 114524)
@@ -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=2
+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