DOCS="CHANGES ChangeLog INSTALL LICENSE.TXT docs" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y ARCH=i386 BUILD=1 # pkginfo VERSION=2.0.1 PROGNAME="FreeType 2" DESC="\ FreeType 2 is a high-quality and portable font engine that is capable of \n\ supporting several font formats (be they bitmapped or scalable) through a \n\ simple and uniform interface. Its design is modular and allows independent \n\ "font driver" modules to be added, even at runtime, to support additional \n\ formats. It also provides a high-quality anti-aliasing renderer, an \n\ innovative auto-hinting engine, and support for the following font formats: \n\ TrueType Type1, CID-Type 1, Multiple Masters Type 1 OpenType/CFF, pure CFF \n\ and CEF Windows FNT/FON." # maintainer MAINTAINER="Robert Stan " SOURCE=http://www.freetype.org # package name PKGNAME=freetype2 compile() { tar xvzf $CWD/freetype-$VERSION.tar.gz cd freetype-$VERSION make setup CFG="--prefix=/usr/X11R6" make } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION }