void-packages/srcpkgs/SDL_ttf/template

25 lines
934 B
Plaintext

# Template file for 'SDL_ttf'
pkgname=SDL_ttf
version=2.0.10
homepage="http://www.libsdl.org/projects/$pkgname"
distfiles="${homepage}/release/$pkgname-$version.tar.gz"
build_style=gnu-configure
revision=1
short_desc="Use TrueType fonts in your SDL applications"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=7d38704bcc7c34029c2dcb73b2d4857e8ad76341c6e0faed279eb9f743c66c6a
long_desc="
SDL_ttf is a TrueType font rendering library that is used with the SDL
library, and almost as portable. It depends on freetype2 to handle the
TrueType font data. It allows a programmer to use multiple TrueType fonts
without having to code a font rendering routine themselves. With the power
of outline fonts and antialiasing, high quality text output can be obtained
without much effort."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build freetype-devel
Add_dependency build SDL-devel