21 lines
553 B
Plaintext
21 lines
553 B
Plaintext
|
# 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
|
|||
|
|
|||
|
_isim=libxklavier
|
|||
|
isim=xorg-libxklavier
|
|||
|
surum=5.4
|
|||
|
devir=1
|
|||
|
kaynak=(http://pkgs.fedoraproject.org/repo/pkgs/libxklavier/${_name}-$surum.tar.bz2/13af74dcb6011ecedf1e3ed122bd31fa/${_name}-$surum.tar.bz2)
|
|||
|
|
|||
|
|
|||
|
derle() {
|
|||
|
cd ${_name}-$surum
|
|||
|
./configure --prefix=/usr \
|
|||
|
--disable-static
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
rm -rf $PKG/usr/share/gtk-doc
|
|||
|
}
|