25 lines
936 B
Text
25 lines
936 B
Text
# Template build file 'freetype'.
|
|
pkgname=freetype
|
|
version=2.4.9
|
|
patch_args="-Np1"
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config zlib-devel"
|
|
revision=1
|
|
short_desc="Font rendering engine and library API"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.freetype.org/"
|
|
license="GPL-2"
|
|
checksum=c4204ac1d48e99d4375a2f32bf4f3f92780a9d9f015e64e57e852f6c004859b9
|
|
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"
|
|
|
|
subpackages="$pkgname-devel"
|