milis/talimatname/genel/x/xorg-xkeyboard-config/talimat

18 lines
493 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: X.org icin klavye konfigurasyonu
# URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
# Paketçi: milisarge
# Gerekler: xorg-app intltool
_name=xkeyboard-config
name=xorg-xkeyboard-config
version=2.17
release=1
source=( http://xorg.freedesktop.org/archive/individual/data/${_name}/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-xkb-rules-symlink=xorg
make
make DESTDIR=$PKG install
}