1 # Maintainer: andreas_baumann <abaumann@yahoo.com>
6 pkgdesc="A command-line utility for rendering images of text with AA and TTF support"
8 url="http://linuxbrit.co.uk/gozer/"
10 depends=('imlib2' 'giblib' 'freetype2')
11 source=(gozer_0.7.nofont.1.orig.tar.gz)
12 md5sums=('52c0d2062552edf8d1719ff6329429dc')
15 cd $srcdir/gozer-0.7.nofont.1.orig
16 ./configure --prefix=/usr || return 1
18 make prefix=$pkgdir/usr install