diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 10:46:57 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 10:46:57 +0200 |
commit | 251a30bdd95ff7199a44a151de75c1f74a7ea563 (patch) | |
tree | 827663e2625fe69f9cc2047109f95400c0a19e92 | |
parent | 8e8116a3d7ede0299208080b15c88e376b107d25 (diff) | |
download | nutyx-extra-251a30bdd95ff7199a44a151de75c1f74a7ea563.tar.gz nutyx-extra-251a30bdd95ff7199a44a151de75c1f74a7ea563.tar.bz2 nutyx-extra-251a30bdd95ff7199a44a151de75c1f74a7ea563.tar.xz nutyx-extra-251a30bdd95ff7199a44a151de75c1f74a7ea563.zip |
xorg-x11perf, maj footprint
-rw-r--r-- | xorg/xorg-x11perf/.footprint | 11 | ||||
-rw-r--r-- | xorg/xorg-x11perf/Pkgfile | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/xorg/xorg-x11perf/.footprint b/xorg/xorg-x11perf/.footprint index 5c63bba63..2e2840a60 100644 --- a/xorg/xorg-x11perf/.footprint +++ b/xorg/xorg-x11perf/.footprint @@ -9,8 +9,9 @@ drwxr-xr-x root/root usr/lib/X11/x11perfcomp/ -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 +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/xorg-x11perf/Pkgfile b/xorg/xorg-x11perf/Pkgfile index e9ce8f0e0..fae0c0470 100644 --- a/xorg/xorg-x11perf/Pkgfile +++ b/xorg/xorg-x11perf/Pkgfile @@ -1,6 +1,7 @@ # Description: X11 server performance test program # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxmu, xorg-libxft, xorg-libxext name=xorg-x11perf @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/x11perf-$version.tar build() { cd x11perf-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |