summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xmodmap/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
commite2c4ed96cad94c909a11efcd79e2772eacdd8556 (patch)
treeeb25c716b31dccfcc20e16128005f9fc621d79df /xorg/xorg-xmodmap/Pkgfile
parent21bbe3baaef1e8facf8e8121c5a30b97b9cb174d (diff)
downloadnutyx-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 'xorg/xorg-xmodmap/Pkgfile')
-rw-r--r--xorg/xorg-xmodmap/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg/xorg-xmodmap/Pkgfile b/xorg/xorg-xmodmap/Pkgfile
deleted file mode 100644
index 2ebf9c1cd..000000000
--- a/xorg/xorg-xmodmap/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}