From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- xorg-x11perf/.footprint.i686 | 17 +++++++++++++++++ xorg-x11perf/.footprint.x86_64 | 17 +++++++++++++++++ xorg-x11perf/.md5sum.i686 | 1 + xorg-x11perf/.md5sum.x86_64 | 1 + xorg-x11perf/Pkgfile | 18 ++++++++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 xorg-x11perf/.footprint.i686 create mode 100644 xorg-x11perf/.footprint.x86_64 create mode 100644 xorg-x11perf/.md5sum.i686 create mode 100644 xorg-x11perf/.md5sum.x86_64 create mode 100644 xorg-x11perf/Pkgfile (limited to 'xorg-x11perf') diff --git a/xorg-x11perf/.footprint.i686 b/xorg-x11perf/.footprint.i686 new file mode 100644 index 000000000..2e2840a60 --- /dev/null +++ b/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/xorg-x11perf/.footprint.x86_64 b/xorg-x11perf/.footprint.x86_64 new file mode 100644 index 000000000..2e2840a60 --- /dev/null +++ b/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/xorg-x11perf/.md5sum.i686 b/xorg-x11perf/.md5sum.i686 new file mode 100644 index 000000000..505a4c654 --- /dev/null +++ b/xorg-x11perf/.md5sum.i686 @@ -0,0 +1 @@ +5c3c7431a38775caaea6051312a49bc9 x11perf-1.5.4.tar.bz2 diff --git a/xorg-x11perf/.md5sum.x86_64 b/xorg-x11perf/.md5sum.x86_64 new file mode 100644 index 000000000..505a4c654 --- /dev/null +++ b/xorg-x11perf/.md5sum.x86_64 @@ -0,0 +1 @@ +5c3c7431a38775caaea6051312a49bc9 x11perf-1.5.4.tar.bz2 diff --git a/xorg-x11perf/Pkgfile b/xorg-x11perf/Pkgfile new file mode 100644 index 000000000..0a5393118 --- /dev/null +++ b/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.4 +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-54-g00ecf