From a0e47c612b0694eec98d69810e01ba2da7842172 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:14:21 +0100 Subject: Ajout de xorg-x11perf#1.5-1 --- xorg/xorg-x11perf/.footprint | 16 ++++++++++++++++ xorg/xorg-x11perf/.md5sum | 1 + xorg/xorg-x11perf/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 xorg/xorg-x11perf/.footprint create mode 100644 xorg/xorg-x11perf/.md5sum create mode 100644 xorg/xorg-x11perf/Pkgfile (limited to 'xorg') 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 +} -- cgit v1.2.3-54-g00ecf