milis/talimatname/genel/fontforge/talimat

23 lines
593 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: Anahat ve bitmap yazı tipi düzenleyicisi
# URL: http://fontforge.sourceforge.net
# Packager: milisarge
# Depends on: xorg-libxi libxml2 pango giflib libtiff
name=fontforge
version=2.0.20150612
release=2
source=(https://github.com/$name/$name/releases/download/20150612/fontforge-20150612.tar.gz)
build() {
cd $name*
rm -rf libltdl
rm m4/argz.m4
./bootstrap
./configure --prefix=/usr \
--disable-static \
--enable-gtk2-use \
--docdir=/usr/share/doc/fontforge-$version
make
make DESTDIR=$PKG install
}