diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:45 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:45 +0200 |
commit | e2c4ed96cad94c909a11efcd79e2772eacdd8556 (patch) | |
tree | eb25c716b31dccfcc20e16128005f9fc621d79df /extra/xorg-xmodmap/Pkgfile | |
parent | 21bbe3baaef1e8facf8e8121c5a30b97b9cb174d (diff) | |
download | nutyx-extra-e2c4ed96cad94c909a11efcd79e2772eacdd8556.tar.gz nutyx-extra-e2c4ed96cad94c909a11efcd79e2772eacdd8556.tar.bz2 nutyx-extra-e2c4ed96cad94c909a11efcd79e2772eacdd8556.tar.xz nutyx-extra-e2c4ed96cad94c909a11efcd79e2772eacdd8556.zip |
xorg-xmodmap dans extra
Diffstat (limited to 'extra/xorg-xmodmap/Pkgfile')
-rw-r--r-- | extra/xorg-xmodmap/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-xmodmap/Pkgfile b/extra/xorg-xmodmap/Pkgfile new file mode 100644 index 000000000..2ebf9c1cd --- /dev/null +++ b/extra/xorg-xmodmap/Pkgfile @@ -0,0 +1,20 @@ +# Description: Tool for modifying keymaps and pointer button mappings in X +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libx11 +# Run on: xorg-libx11 + +name=xorg-xmodmap +version=1.0.5 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xmodmap-$version.tar.bz2) + +build() { + cd xmodmap-$version + + ./configure $XORG_CONFIG + + make + make DESTDIR=$PKG install +} |