[arch-commits] Commit in xrestop/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 21:57:12 UTC 2015


    Date: Sunday, September 6, 2015 @ 23:57:11
  Author: foutrelis
Revision: 139390

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

Added:
  xrestop/repos/community-staging-i686/
  xrestop/repos/community-staging-i686/ChangeLog
    (from rev 139389, xrestop/trunk/ChangeLog)
  xrestop/repos/community-staging-i686/PKGBUILD
    (from rev 139389, xrestop/trunk/PKGBUILD)
  xrestop/repos/community-staging-x86_64/
  xrestop/repos/community-staging-x86_64/ChangeLog
    (from rev 139389, xrestop/trunk/ChangeLog)
  xrestop/repos/community-staging-x86_64/PKGBUILD
    (from rev 139389, xrestop/trunk/PKGBUILD)

------------------------------------+
 community-staging-i686/ChangeLog   |    4 ++++
 community-staging-i686/PKGBUILD    |   25 +++++++++++++++++++++++++
 community-staging-x86_64/ChangeLog |    4 ++++
 community-staging-x86_64/PKGBUILD  |   25 +++++++++++++++++++++++++
 4 files changed, 58 insertions(+)

Copied: xrestop/repos/community-staging-i686/ChangeLog (from rev 139389, xrestop/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2015-09-06 21:57:11 UTC (rev 139390)
@@ -0,0 +1,4 @@
+
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Copied: xrestop/repos/community-staging-i686/PKGBUILD (from rev 139389, xrestop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 21:57:11 UTC (rev 139390)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=xrestop
+pkgver=0.4
+pkgrel=6
+pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
+arch=('i686' 'x86_64')
+url="http://freedesktop.org/wiki/Software/xrestop"
+license=('GPL')
+depends=('libxres' 'ncurses')
+source=(https://sources.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
+md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
+
+build() {
+  cd "$srcdir/xrestop-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/xrestop-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: xrestop/repos/community-staging-x86_64/ChangeLog (from rev 139389, xrestop/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2015-09-06 21:57:11 UTC (rev 139390)
@@ -0,0 +1,4 @@
+
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Copied: xrestop/repos/community-staging-x86_64/PKGBUILD (from rev 139389, xrestop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 21:57:11 UTC (rev 139390)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=xrestop
+pkgver=0.4
+pkgrel=6
+pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
+arch=('i686' 'x86_64')
+url="http://freedesktop.org/wiki/Software/xrestop"
+license=('GPL')
+depends=('libxres' 'ncurses')
+source=(https://sources.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
+md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
+
+build() {
+  cd "$srcdir/xrestop-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/xrestop-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list