#Maintainer: R. S. Ananda Murthy pkgname=ftgl pkgver=2.1.3 pkgrel=1 zenver=66 arch=i486 source=("http://dfn.dl.sourceforge.net/sourceforge/ftgl/ftgl-2.1.3-rc5.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "bugs" "copying" "changelog" "authors" "news" "todo") url=http://ftgl.wiki.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ftgl (Font rendering library for OpenGL applications)" "FTGL is a font rendering library for OpenGL applications." "Supported rendering modes are: bitmaps, anti-aliased pixmaps," "texture maps, outlines, polygon meshes, extruded polygon meshes" "FTGL uses the Freetype font library to open and decode standard" "font files. It then takes that output and stores it in a format" "most efficient for OpenGL rendering." ) build() { cd $startdir/src/$pkgname-$pkgver~rc5 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install mv $startdir/pkg/usr/share/doc/ftgl/html $startdir/pkg/usr/doc/$soft-$softversion mv $startdir/pkg/usr/share/doc/ftgl/ftgl.pdf $startdir/pkg/usr/doc/$soft-$softversion mv $startdir/pkg/usr/share/doc/ftgl/projects_using_ftgl.txt $startdir/pkg/usr/doc/$soft-$softversion rm -rf $startdir/pkg/usr/share }