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

18 lines
485 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
_isim=xkeyboard-config
isim=xorg-xkeyboard-config
surum=2.17
devir=1
kaynak=( http://xorg.freedesktop.org/archive/individual/data/${_name}/${_name}-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-xkb-rules-symlink=xorg
make
make DESTDIR=$PKG install
}