summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-x11perf
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:14:21 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:14:21 +0100
commita0e47c612b0694eec98d69810e01ba2da7842172 (patch)
treecc311caa37a42edab2075249fa9e18fe99e41639 /xorg/xorg-x11perf
parent21db2566062128591300cd4a2027de8b60d6dd10 (diff)
downloadnutyx-extra-a0e47c612b0694eec98d69810e01ba2da7842172.tar.gz
nutyx-extra-a0e47c612b0694eec98d69810e01ba2da7842172.tar.bz2
nutyx-extra-a0e47c612b0694eec98d69810e01ba2da7842172.tar.xz
nutyx-extra-a0e47c612b0694eec98d69810e01ba2da7842172.zip
Ajout de xorg-x11perf#1.5-1
Diffstat (limited to 'xorg/xorg-x11perf')
-rw-r--r--xorg/xorg-x11perf/.footprint16
-rw-r--r--xorg/xorg-x11perf/.md5sum1
-rw-r--r--xorg/xorg-x11perf/Pkgfile18
3 files changed, 35 insertions, 0 deletions
diff --git a/xorg/xorg-x11perf/.footprint b/xorg/xorg-x11perf/.footprint
new file mode 100644
index 000000000..5c63bba63
--- /dev/null
+++ b/xorg/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.1.gz
+-rw-r--r-- root/root usr/man/man1/x11perf.1.gz
+-rw-r--r-- root/root usr/man/man1/x11perfcomp.1.gz
diff --git a/xorg/xorg-x11perf/.md5sum b/xorg/xorg-x11perf/.md5sum
new file mode 100644
index 000000000..83d751b53
--- /dev/null
+++ b/xorg/xorg-x11perf/.md5sum
@@ -0,0 +1 @@
+31283bfc3c78718ac1bd71e510d4e774 x11perf-1.5.tar.bz2
diff --git a/xorg/xorg-x11perf/Pkgfile b/xorg/xorg-x11perf/Pkgfile
new file mode 100644
index 000000000..e9ce8f0e0
--- /dev/null
+++ b/xorg/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.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/x11perf-$version.tar.bz2)
+
+build() {
+ cd x11perf-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}