summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-26 21:35:16 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-26 21:35:16 +0100
commit00e1a60102cc9067fc5393ddacae9ef829616f9c (patch)
tree00860b5aa6da033649975fb1deccc5d71e409360 /xorg
parent1595b1d649c59cfd2f84b1d5614fd78158c33da2 (diff)
downloadnutyx-extra-00e1a60102cc9067fc5393ddacae9ef829616f9c.tar.gz
nutyx-extra-00e1a60102cc9067fc5393ddacae9ef829616f9c.tar.bz2
nutyx-extra-00e1a60102cc9067fc5393ddacae9ef829616f9c.tar.xz
nutyx-extra-00e1a60102cc9067fc5393ddacae9ef829616f9c.zip
xorg-xvinfo, maj de manpage
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xvinfo/.footprint7
-rw-r--r--xorg/xorg-xvinfo/Pkgfile3
2 files changed, 6 insertions, 4 deletions
diff --git a/xorg/xorg-xvinfo/.footprint b/xorg/xorg-xvinfo/.footprint
index 8f9203109..ae14855c1 100644
--- a/xorg/xorg-xvinfo/.footprint
+++ b/xorg/xorg-xvinfo/.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/xvinfo
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xvinfo.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/xvinfo.1.gz
diff --git a/xorg/xorg-xvinfo/Pkgfile b/xorg/xorg-xvinfo/Pkgfile
index 080a93fa3..f368555a3 100644
--- a/xorg/xorg-xvinfo/Pkgfile
+++ b/xorg/xorg-xvinfo/Pkgfile
@@ -1,6 +1,7 @@
# Description: X-Video information utility
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-libxv
name=xorg-xvinfo
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar.
build() {
cd xvinfo-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install