added xorg-x11perf

This commit is contained in:
Tilman Sauerbeck 2006-09-12 16:26:43 +02:00
parent 7a5f00204c
commit f18e2ad956
3 changed files with 35 additions and 0 deletions

16
xorg-x11perf/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/x11perf
-rwxr-xr-x root/root usr/bin/x11perfcomp
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/X11/
drwxr-xr-x root/root usr/lib/X11/x11perfcomp/
-rwxr-xr-x root/root usr/lib/X11/x11perfcomp/Xmark
-rwxr-xr-x root/root usr/lib/X11/x11perfcomp/fillblnk
-rwxr-xr-x root/root usr/lib/X11/x11perfcomp/perfboth
-rwxr-xr-x root/root usr/lib/X11/x11perfcomp/perfratio
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/Xmark.1x.gz
-rw-r--r-- root/root usr/man/man1/x11perf.1x.gz
-rw-r--r-- root/root usr/man/man1/x11perfcomp.1x.gz

1
xorg-x11perf/.md5sum Normal file
View File

@ -0,0 +1 @@
fd06c8b8e3572a0e14af65a49e0dd7d1 x11perf-1.4.1.tar.bz2

18
xorg-x11perf/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: X11 server performance test program
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libxmu, xorg-libxft, xorg-libxext
name=xorg-x11perf
version=1.4.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/x11perf-$version.tar.bz2)
build() {
cd x11perf-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}