#Maintainer: Dimitris Jemos pkgname=ftgl pkgver=2.1.3rc5 pkgrel=1dj source=("http://leaseweb.dl.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3%7Erc5/$pkgname-2.1.3-rc5.tar.bz2") docs=("AUTHORS" "BUGS" "COPYING" "ChangeLog" "INSTALL" "NEWS" "README" "TODO") url=http://ftgl.wiki.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "FTGL (font rendering library for OpenGL applications)" "FTGL is a free, open source library to enable developers to use" "arbitrary fonts in their OpenGL (www.opengl.org) applications." "Unlike other OpenGL font libraries FTGL uses standard font file" "formats so doesn't need a preprocessing step to convert the high" "quality font data into a lesser quality, proprietary format." "FTGL uses the Freetype (www.freetype.org) font library to open and" "'decode' the fonts. It then takes that output and stores it in a" "format most efficient for OpenGL rendering." "Homepage: http://ftgl.wiki.sourceforge.net/" ) build() { cd $startdir/src/$pkgname-2.1.3~rc5 || return 1 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc \ --disable-static make -j $numjobs || return 1 make install-strip DESTDIR=$startdir/pkg || return 1 chown -R root:root $startdir/pkg }