void-packages/templates/freetype2.tmpl
Juan RP b52d064544 Major changes to support multiple distfiles in templates.
Each template now needs to use $distfiles that accepts the full
URL to download the distfile and old $extract_sufx is now merged
on it, but this must be separated by the '@' character. Example:

distfiles="http://www.foo.org/blah-6.2@.tar.gz
http://www.foo.org/blob-1.0@.tar.bz2"

If distfiles contains multiple files defined, $wrksrc is now
mandatory.

--HG--
extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
2008-10-14 07:52:29 +02:00

24 lines
932 B
Cheetah

# Template build file for 'freetype2'.
pkgname=freetype2
version=2.3.7
wrksrc="freetype-$version"
distfiles="
http://download.savannah.gnu.org/releases/freetype/freetype-$version@.tar.bz2"
build_style=gnu_configure
make_cmd="$XBPS_MASTERDIR/bin/gmake"
configure_env="GNUMAKE=$make_cmd"
pkgconfig_override="freetype2.pc"
short_desc="Font rendering engine and library API"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=7333507c5f42d451bf0541f007fe44165f090418
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"