milis/talimatname/genel/f/fontforge/talimat

23 lines
580 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: Anahat ve bitmap yazı tipi düzenleyicisi
# URL: http://fontforge.sourceforge.net
# Paketçi: milisarge
# Gerekler: xorg-libxi libxml2 pango giflib libtiff
isim=fontforge
surum=2.0.20150612
devir=2
kaynak=(https://github.com/$isim/$isim/releases/download/20150612/fontforge-20150612.tar.gz)
derle() {
cd $isim*
rm -rf libltdl
rm m4/argz.m4
./bootstrap
./configure --prefix=/usr \
--disable-static \
--enable-gtk2-use \
--docdir=/usr/share/doc/fontforge-$surum
make
make DESTDIR=$PKG install
}