opt/fontforge/Pkgfile
Danny Rawlins b5850cade3 [notify] fontforge: 20120119 -> 20120119
New dependency libspiro will improve font outlines but will
still compile without this new dependency.
2012-08-10 22:58:57 +10:00

29 lines
766 B
Plaintext

# Description: Outline and bitmap font editor.
# URL: http://fontforge.sourceforge.net
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Antti Nykanen, aon at iki dot fi
# Depends on: freetype libpng libspiro libtiff libungif libuninameslist util-linux-ng xorg-libxi xorg-libxkbui xz
name=fontforge
version=20120731-b
release=1
source=(http://downloads.sourceforge.net/project/$name/$name-source/fontforge_full-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-type3 \
--enable-devicetables \
--enable-double \
--with-regular-link \
--enable-pyextension
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/locale
find $PKG -name '*.egg-info' | xargs rm -rf
}