milis/talimatname/genel/f/fribidi/talimat

21 lines
493 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: Unicode çift yönlü algoritmanın ücretsiz uygulanması
# URL: http://fribidi.freedesktop.org/wiki/
# Paketçi: milisarge
# Gerekler: glib
isim=fribidi
surum=0.19.7
devir=1
kaynak=( http://fribidi.org/download/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
sed -i "s|glib/gstrfuncs\.h|glib.h|" charset/fribidi-char-sets.c
sed -i "s|glib/gmem\.h|glib.h|" lib/mem.h
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}