diff options
Diffstat (limited to 'xorg/xkeyboard-config/Pkgfile')
-rwxr-xr-x | xorg/xkeyboard-config/Pkgfile | 18 |
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 -} |