diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-12 16:26:43 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-12 16:26:43 +0200 |
commit | f18e2ad9564d12e62e324ff6de2edef1892145bf (patch) | |
tree | 0e6b2de3784c7483a47c03158b1daaecf66c2df1 /xorg-x11perf | |
parent | 7a5f00204c7e5664a45d64d5a920138d3f44757a (diff) | |
download | xorg-f18e2ad9564d12e62e324ff6de2edef1892145bf.tar.gz xorg-f18e2ad9564d12e62e324ff6de2edef1892145bf.tar.xz |
added xorg-x11perf
Diffstat (limited to 'xorg-x11perf')
-rw-r--r-- | xorg-x11perf/.footprint | 16 | ||||
-rw-r--r-- | xorg-x11perf/.md5sum | 1 | ||||
-rw-r--r-- | xorg-x11perf/Pkgfile | 18 |
3 files changed, 35 insertions, 0 deletions
diff --git a/xorg-x11perf/.footprint b/xorg-x11perf/.footprint new file mode 100644 index 00000000..c648b12d --- /dev/null +++ b/xorg-x11perf/.footprint @@ -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 diff --git a/xorg-x11perf/.md5sum b/xorg-x11perf/.md5sum new file mode 100644 index 00000000..4f35ca48 --- /dev/null +++ b/xorg-x11perf/.md5sum @@ -0,0 +1 @@ +fd06c8b8e3572a0e14af65a49e0dd7d1 x11perf-1.4.1.tar.bz2 diff --git a/xorg-x11perf/Pkgfile b/xorg-x11perf/Pkgfile new file mode 100644 index 00000000..dff6b474 --- /dev/null +++ b/xorg-x11perf/Pkgfile @@ -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 +} |