diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 10:05:51 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 10:05:51 +0200 |
commit | b872fe3bf8979819772c506f3e53f92058f9de84 (patch) | |
tree | c38bcc0c717eac766f4be36a05487fdd40f20a04 | |
parent | d189cb1858b426e6762a6a634b367c4dd3daf0e9 (diff) | |
download | nutyx-pakxe-b872fe3bf8979819772c506f3e53f92058f9de84.tar.gz nutyx-pakxe-b872fe3bf8979819772c506f3e53f92058f9de84.tar.bz2 nutyx-pakxe-b872fe3bf8979819772c506f3e53f92058f9de84.tar.xz nutyx-pakxe-b872fe3bf8979819772c506f3e53f92058f9de84.zip |
xorg-rendercheck, maj footprint
-rw-r--r-- | xorg/xorg-rendercheck/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-rendercheck/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-rendercheck/.footprint b/xorg/xorg-rendercheck/.footprint index 46d22b9c4..3c4e3fd02 100644 --- a/xorg/xorg-rendercheck/.footprint +++ b/xorg/xorg-rendercheck/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/rendercheck -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/rendercheck.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/rendercheck.1.gz diff --git a/xorg/xorg-rendercheck/Pkgfile b/xorg/xorg-rendercheck/Pkgfile index a728de008..08e37b5bc 100644 --- a/xorg/xorg-rendercheck/Pkgfile +++ b/xorg/xorg-rendercheck/Pkgfile @@ -1,6 +1,7 @@ # Description: Test suite for the Render extension # 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-libxrender name=xorg-rendercheck @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/rendercheck-$version build() { cd rendercheck-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |