void-packages/templates/freetype2.tmpl
Juan RP ac80ddda40 Use bash features to improve $distfiles parsing.
That means that it's not necessary anymore to use an '@' before the
extract suffix string. yay.

--HG--
extra : convert_revision : 83ce2c783cb917ef59b87eacb0565cfcff277218
2008-10-28 23:57:52 +01:00

24 lines
931 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"