milis/talimatname/genel/fribidi/talimat

21 lines
508 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.

# Description: Unicode çift yönlü algoritmanın ücretsiz uygulanması
# URL: http://fribidi.freedesktop.org/wiki/
# Packager: milisarge
# Depends on: glib
name=fribidi
version=0.19.7
release=1
source=( http://fribidi.org/download/$name-$version.tar.bz2)
build() {
cd $name-$version
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
}