diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-x11perf | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
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 | 17 | ||||
-rw-r--r-- | xorg-x11perf/Pkgfile.old | 18 |
4 files changed, 52 insertions, 0 deletions
diff --git a/xorg-x11perf/.footprint b/xorg-x11perf/.footprint new file mode 100644 index 0000000..5c63bba --- /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.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-x11perf/.md5sum b/xorg-x11perf/.md5sum new file mode 100644 index 0000000..4b89c0f --- /dev/null +++ b/xorg-x11perf/.md5sum @@ -0,0 +1 @@ +66e4aa4645f83809071eb69553ed0222 x11perf-1.5.1.tar.bz2 diff --git a/xorg-x11perf/Pkgfile b/xorg-x11perf/Pkgfile new file mode 100644 index 0000000..31cffb2 --- /dev/null +++ b/xorg-x11perf/Pkgfile @@ -0,0 +1,17 @@ +description="X11 server performance test program" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-libxmu xorg-libxft xorg-libxext) + +name=xorg-x11perf +version=1.5.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/x11perf-1.5.1.tar.bz2) +build () +{ + cd x11perf-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-x11perf/Pkgfile.old b/xorg-x11perf/Pkgfile.old new file mode 100644 index 0000000..77781f0 --- /dev/null +++ b/xorg-x11perf/Pkgfile.old @@ -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.1 +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 +} |