milis/talimatname/genel/p/pango/talimat

22 lines
517 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: Metin düzeni ve sunumu için bir kütüphane
# URL: http://gnome.org
# Paketçi: milisarge
# Gerekler: python cairo freetype libthai xorg-libxft gobject-introspection harfbuzz xorg-libxxf86vm
isim=pango
surum=1.38.1
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
install -m755 -d $PKG/etc/pango
}