void-packages/templates/freetype/template
Juan RP a38260c568 Rename freetype2 to freetype and update to 2.3.8.
--HG--
extra : convert_revision : ca7363ff5e1e8b8b8868584527222c260f97f633
2009-02-09 14:25:13 +01:00

21 lines
849 B
Text

pkgname=freetype
version=2.3.8
distfiles="
http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Font rendering engine and library API"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=8acd37c9160a5bdbe73ba925a4e534a5b6d164d95edd0335191c015aea5351e6
long_desc="
FreeType is a portable, high-quality software solution for digital
typography. FreeType 1.3.1 was the last release of the FreeType 1
engine, as the project is now switching to a new version dubbed FreeType
2. It has, among other things, several advantages over FreeType 1:
* A universal and simple API to manage font files
* Support for several font formats through loadable drivers
* Even more portable
* An improved anti-aliasing algorithm"
build_depends="pkg-config-0.23"
run_depends="glibc-2.8 zlib-1.2"