diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:10:59 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:10:59 +0100 |
commit | 9ea819ad4ffa1a25ccc159c31fafaf6e456c9e4c (patch) | |
tree | 75ce9205d3bf1fb032cf68297bfb3fa8228ab5bb /xorg/xorg-setxkbmap/Pkgfile | |
parent | 63f6f3bf3070ed2839e7f9ead0331783cb869c84 (diff) | |
download | nutyx-pakxe-9ea819ad4ffa1a25ccc159c31fafaf6e456c9e4c.tar.gz nutyx-pakxe-9ea819ad4ffa1a25ccc159c31fafaf6e456c9e4c.tar.bz2 nutyx-pakxe-9ea819ad4ffa1a25ccc159c31fafaf6e456c9e4c.tar.xz nutyx-pakxe-9ea819ad4ffa1a25ccc159c31fafaf6e456c9e4c.zip |
Ajout de xorg-setxkbmap#1.1.0-1
Diffstat (limited to 'xorg/xorg-setxkbmap/Pkgfile')
-rw-r--r-- | xorg/xorg-setxkbmap/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-setxkbmap/Pkgfile b/xorg/xorg-setxkbmap/Pkgfile new file mode 100644 index 000000000..1ee912d89 --- /dev/null +++ b/xorg/xorg-setxkbmap/Pkgfile @@ -0,0 +1,18 @@ +# Description: Set the keyboard using the X Keyboard Extension +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-libxkbfile + +name=xorg-setxkbmap +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2) + +build() { + cd setxkbmap-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |