diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:31:33 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:31:33 +0100 |
commit | e8074c90defe92664bc7451bdc0802a1d09e20b6 (patch) | |
tree | 8d0bd9520ccb39b1a91db4f5a9800995ff82cae0 /xorg/xorg-xf86-input-keyboard | |
parent | 61816f5a4e46e92bcb3e25440e2beed9c724f56a (diff) | |
download | nutyx-extra-e8074c90defe92664bc7451bdc0802a1d09e20b6.tar.gz nutyx-extra-e8074c90defe92664bc7451bdc0802a1d09e20b6.tar.bz2 nutyx-extra-e8074c90defe92664bc7451bdc0802a1d09e20b6.tar.xz nutyx-extra-e8074c90defe92664bc7451bdc0802a1d09e20b6.zip |
maj xorg-xf86-input-keyboard#1.4.0-1
Diffstat (limited to 'xorg/xorg-xf86-input-keyboard')
-rw-r--r-- | xorg/xorg-xf86-input-keyboard/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-keyboard/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xf86-input-keyboard/.footprint b/xorg/xorg-xf86-input-keyboard/.footprint index 1d48be687..0c9ef96f7 100644 --- a/xorg/xorg-xf86-input-keyboard/.footprint +++ b/xorg/xorg-xf86-input-keyboard/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/input/ -rwxr-xr-x root/root usr/lib/xorg/modules/input/kbd_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/kbd_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/kbd.4 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/kbd.4.gz diff --git a/xorg/xorg-xf86-input-keyboard/Pkgfile b/xorg/xorg-xf86-input-keyboard/Pkgfile index d55394f81..3a38ce7a3 100644 --- a/xorg/xorg-xf86-input-keyboard/Pkgfile +++ b/xorg/xorg-xf86-input-keyboard/Pkgfile @@ -1,6 +1,7 @@ # Description: xorg driver xf86-input-keyboard # 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-server name=xorg-xf86-input-keyboard @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboa build() { cd xf86-input-keyboard-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |