vp-build/templates/freetype/template

22 lines
849 B
Plaintext
Raw Normal View History

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"