summaryrefslogtreecommitdiffstats
path: root/xrestop/Pkgfile
blob: 928aebecc00aba3d391ecdb904b837c032e25023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="top like tool for monitoring X client/server resource usage"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://freedesktop.org/wiki/Software/xrestop"
depends=(xorg-libxres)

name=xrestop
version=0.4
release=1
source=(http://projects.o-hand.com/sources/xrestop/xrestop-0.4.tar.gz)
build () 
{ 
    cd xrestop-$version;
    ./configure --prefix=/usr;
    make;
    make DESTDIR=$PKG install
}