summaryrefslogtreecommitdiffstats
path: root/xorg/xkeyboard-config/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
commit1d4d11bfe1209f692eb4a184148f98faabace2b5 (patch)
treee321305de6204477d05daf097948bac7d8b08150 /xorg/xkeyboard-config/Pkgfile
parent07d5d6f9dff1fb8c0a120b3869dd141bb5d754e4 (diff)
downloadnutyx-extra-1d4d11bfe1209f692eb4a184148f98faabace2b5.tar.gz
nutyx-extra-1d4d11bfe1209f692eb4a184148f98faabace2b5.tar.bz2
nutyx-extra-1d4d11bfe1209f692eb4a184148f98faabace2b5.tar.xz
nutyx-extra-1d4d11bfe1209f692eb4a184148f98faabace2b5.zip
xkeyboard-config dans extra
Diffstat (limited to 'xorg/xkeyboard-config/Pkgfile')
-rwxr-xr-xxorg/xkeyboard-config/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xkeyboard-config/Pkgfile b/xorg/xkeyboard-config/Pkgfile
deleted file mode 100755
index b9fdc5a9b..000000000
--- a/xorg/xkeyboard-config/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: X keyboard configuration database
-# URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-xkbcomp, intltool
-# Run on: xorg-xkbcomp,intltool
-
-name=xkeyboard-config
-version=2.0
-release=1
-source=(http://xlibs.freedesktop.org/xkbdesc/$name-$version.tar.bz2)
-
-build() {
- cd xkeyboard-config-$version
- ./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg
- make
- make DESTDIR=$PKG install
-}