xorg/xorg-x11perf/Pkgfile

19 lines
396 B
Plaintext
Raw Normal View History

2006-09-12 16:26:43 +02:00
# Description: X11 server performance test program
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxmu, xorg-libxft
2006-09-12 16:26:43 +02:00
name=xorg-x11perf
2019-03-17 14:46:40 +01:00
version=1.6.1
release=1
source=(https://www.x.org/releases/individual/app/x11perf-$version.tar.bz2)
2006-09-12 16:26:43 +02:00
build() {
cd x11perf-$version
./configure --prefix=/usr
2006-09-12 16:26:43 +02:00
make
make DESTDIR=$PKG install
}