xorg/xrestop/Pkgfile

19 lines
414 B
Plaintext
Raw Normal View History

2008-05-03 17:36:08 +02:00
# Description: top like tool for monitoring X client/server resource usage
# URL: http://freedesktop.org/wiki/Software/xrestop
2012-07-15 21:45:24 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2008-05-03 17:36:08 +02:00
# Depends on: xorg-libxres
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
make
make DESTDIR=$PKG install
}