summaryrefslogtreecommitdiffstats
path: root/xorg/xrestop/Pkgfile
blob: 0e9921b4440e66c98073c50516067d630db6ca3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: top like tool for monitoring X client/server resource usage
# URL: http://freedesktop.org/wiki/Software/xrestop
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libxres
# Run on:

name=xrestop
version=0.4
release=1
source=(http://projects.o-hand.com/sources/$name/$name-$version.tar.gz)

build() {
	cd xrestop-$version

	./configure --prefix=/usr --mandir=/usr/share/man

	make
	make DESTDIR=$PKG install
}