milis/talimatname/genel/x/xcb-util-keysyms/talimat

20 lines
482 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: Standart X anahtar sabitleri ve tuş kodlarına / anahtar kodlarına dönüşüm
# URL: http://xcb.freedesktop.org
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: libxcb xorg-util-macros
# Grup: sistem
isim=xcb-util-keysyms
surum=0.4.0
devir=1
kaynak=(http://xcb.freedesktop.org/dist/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}