diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/xrestop | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/xrestop')
-rw-r--r-- | community/xrestop/ChangeLog | 4 | ||||
-rw-r--r-- | community/xrestop/PKGBUILD | 25 |
2 files changed, 0 insertions, 29 deletions
diff --git a/community/xrestop/ChangeLog b/community/xrestop/ChangeLog deleted file mode 100644 index d60dd0088..000000000 --- a/community/xrestop/ChangeLog +++ /dev/null @@ -1,4 +0,0 @@ - -2007-06-28 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 - diff --git a/community/xrestop/PKGBUILD b/community/xrestop/PKGBUILD deleted file mode 100644 index 3ecb58312..000000000 --- a/community/xrestop/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 65269 2012-02-20 12:43:18Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=xrestop -pkgver=0.4 -pkgrel=4 -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=(ftp://ftp.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 -} |