2009-03-19 02:01:31 +00:00
|
|
|
# Template build file 'freetype'.
|
2009-02-09 13:25:13 +00:00
|
|
|
pkgname=freetype
|
2010-12-17 14:12:46 +00:00
|
|
|
version=2.4.4
|
|
|
|
patch_args="-Np1"
|
2009-03-23 05:26:04 +00:00
|
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
2008-10-01 15:07:54 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Font rendering engine and library API"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-12-17 14:12:46 +00:00
|
|
|
checksum=4b8281c7dc4d375c6b65d3c6f4808e488a313fab47d7be82aad2c871c8480fef
|
2008-10-01 15:07:54 +00:00
|
|
|
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"
|
2009-02-09 13:25:13 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-02-19 04:06:45 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run zlib
|
2009-03-19 02:01:31 +00:00
|
|
|
Add_dependency build pkg-config
|
2010-02-19 04:06:45 +00:00
|
|
|
Add_dependency build zlib-devel
|