summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xkbcomp
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-18 23:43:15 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-18 23:43:15 +0100
commit250af12162462d851a105d0d2f778d6b67a9a5e8 (patch)
tree329cabc66fbf639fcb9e783526f84e8db9e48a03 /xorg/xorg-xkbcomp
parent45c168ef5a382e639cea2b26a4359ed23eabf7c3 (diff)
downloadnutyx-extra-250af12162462d851a105d0d2f778d6b67a9a5e8.tar.gz
nutyx-extra-250af12162462d851a105d0d2f778d6b67a9a5e8.tar.bz2
nutyx-extra-250af12162462d851a105d0d2f778d6b67a9a5e8.tar.xz
nutyx-extra-250af12162462d851a105d0d2f778d6b67a9a5e8.zip
maj xorg-xkbcomp#1.1.1-1
Diffstat (limited to 'xorg/xorg-xkbcomp')
-rw-r--r--xorg/xorg-xkbcomp/.footprint7
-rw-r--r--xorg/xorg-xkbcomp/Pkgfile5
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xkbcomp/.footprint b/xorg/xorg-xkbcomp/.footprint
index 2e155df3b..55bf9dcaa 100644
--- a/xorg/xorg-xkbcomp/.footprint
+++ b/xorg/xorg-xkbcomp/.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/xkbcomp
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xkbcomp.1
+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/xkbcomp.1.gz
diff --git a/xorg/xorg-xkbcomp/Pkgfile b/xorg/xorg-xkbcomp/Pkgfile
index eb2d21261..3a21c6b91 100644
--- a/xorg/xorg-xkbcomp/Pkgfile
+++ b/xorg/xorg-xkbcomp/Pkgfile
@@ -1,6 +1,7 @@
# Description: xorg XKB keyboard description compiler
# 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-libx11, xorg-libxkbfile
name=xorg-xkbcomp
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar
build() {
cd xkbcomp-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install