From c477a0093c1ac5fefb54561731e32df27aa12248 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 17:37:43 +0200 Subject: xorg-x11perf dans extra --- extra/xorg-x11perf/.footprint.i686 | 17 +++++++++++++++++ extra/xorg-x11perf/.footprint.x86_64 | 17 +++++++++++++++++ extra/xorg-x11perf/.md5sum.i686 | 1 + extra/xorg-x11perf/.md5sum.x86_64 | 1 + extra/xorg-x11perf/Pkgfile | 18 ++++++++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 extra/xorg-x11perf/.footprint.i686 create mode 100644 extra/xorg-x11perf/.footprint.x86_64 create mode 100644 extra/xorg-x11perf/.md5sum.i686 create mode 100644 extra/xorg-x11perf/.md5sum.x86_64 create mode 100644 extra/xorg-x11perf/Pkgfile (limited to 'extra') diff --git a/extra/xorg-x11perf/.footprint.i686 b/extra/xorg-x11perf/.footprint.i686 new file mode 100644 index 000000000..2e2840a60 --- /dev/null +++ b/extra/xorg-x11perf/.footprint.i686 @@ -0,0 +1,17 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/Xmark.1.gz +-rw-r--r-- root/root usr/share/man/man1/x11perf.1.gz +-rw-r--r-- root/root usr/share/man/man1/x11perfcomp.1.gz diff --git a/extra/xorg-x11perf/.footprint.x86_64 b/extra/xorg-x11perf/.footprint.x86_64 new file mode 100644 index 000000000..2e2840a60 --- /dev/null +++ b/extra/xorg-x11perf/.footprint.x86_64 @@ -0,0 +1,17 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/Xmark.1.gz +-rw-r--r-- root/root usr/share/man/man1/x11perf.1.gz +-rw-r--r-- root/root usr/share/man/man1/x11perfcomp.1.gz diff --git a/extra/xorg-x11perf/.md5sum.i686 b/extra/xorg-x11perf/.md5sum.i686 new file mode 100644 index 000000000..61007c8a8 --- /dev/null +++ b/extra/xorg-x11perf/.md5sum.i686 @@ -0,0 +1 @@ +c3ac3667a6f5c3cead9847fbf4b5f36e x11perf-1.5.3.tar.bz2 diff --git a/extra/xorg-x11perf/.md5sum.x86_64 b/extra/xorg-x11perf/.md5sum.x86_64 new file mode 100644 index 000000000..61007c8a8 --- /dev/null +++ b/extra/xorg-x11perf/.md5sum.x86_64 @@ -0,0 +1 @@ +c3ac3667a6f5c3cead9847fbf4b5f36e x11perf-1.5.3.tar.bz2 diff --git a/extra/xorg-x11perf/Pkgfile b/extra/xorg-x11perf/Pkgfile new file mode 100644 index 000000000..545f7adfe --- /dev/null +++ b/extra/xorg-x11perf/Pkgfile @@ -0,0 +1,18 @@ +# Description: X11 server performance test program +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxmu, xorg-libxft, xorg-libxext +# Run on: xorg-libxmu,xorg-libxft,xorg-libxext + +name=xorg-x11perf +version=1.5.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/x11perf-$version.tar.bz2) + +build() { + cd x11perf-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2