description="Graphite2 is a rendering engine for graphite fonts"
url="http://projects.palaso.org/projects/graphitedev"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(cmake freetype python harfbuzz)

name=graphite2
version=1.3.14

source=(http://downloads.sourceforge.net/silgraphite/graphite2-$version.tgz)

build() {
cd graphite2-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR=$PKG install

rm $PKG/usr/lib/libgraphite2.la
}
