summaryrefslogtreecommitdiffstats
path: root/xorg-setxkbmap/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-setxkbmap/Pkgfile')
-rw-r--r--xorg-setxkbmap/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg-setxkbmap/Pkgfile b/xorg-setxkbmap/Pkgfile
deleted file mode 100644
index 1164c20d7..000000000
--- a/xorg-setxkbmap/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Set the keyboard using the X Keyboard Extension
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX coret team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libx11, xorg-libxkbfile
-# Run on: xorg-libx11,xorg-libxkbfile
-
-name=xorg-setxkbmap
-version=1.2.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2)
-
-build() {
- cd setxkbmap-$version
-
- ./configure $XORG_CONFIG
-
- make
- make DESTDIR=$PKG install
-}