milis/talimatname/genel/l/libxkbcommon/talimat

19 lines
456 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: XKB belirtimiyle tanımlanan anahtar dizinlerinin daha düşük bir alt kümesini işleyen bir kitaplık
# URL: http://xkbcommon.org/
# Paketçi: milisarge
# Gerekler: xorg-xkeyboard-config libxcb doxygen xorg-util-macros
isim=libxkbcommon
surum=0.5.0
devir=1
kaynak=(http://xkbcommon.org/download/libxkbcommon-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}