milis/talimatname/genel/x/xorg-libxklavier/talimat

22 lines
572 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 ortami icin klavye kutuphanesi
# URL: http://www.freedesktop.org/wiki/Software/LibXklavier
# Paketçi: milisarge
# Gerekler: iso-codes libxml2 xorg-libx11 glib gobject-introspection xorg-libxkbfile
# Grup: kütüphane
_isim=libxklavier
isim=xorg-libxklavier
surum=5.4
devir=1
kaynak=(http://pkgs.fedoraproject.org/repo/pkgs/libxklavier/${_isim}-$surum.tar.bz2/13af74dcb6011ecedf1e3ed122bd31fa/${_isim}-$surum.tar.bz2)
derle() {
cd ${_isim}-$surum
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}