contrib/sdl_ttf/Pkgfile

22 lines
485 B
Plaintext
Raw Normal View History

2008-02-11 11:46:53 +01:00
# Description: TrueType library for libsdl.
# URL: http://www.libsdl.org/projects/SDL_ttf/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2008-02-11 11:46:53 +01:00
# Packager: Simone Rota, sip at crux dot nu
# Depends on: freetype libsdl
name=sdl_ttf
2011-01-24 09:19:27 +01:00
version=2.0.10
2008-02-11 11:46:53 +01:00
release=1
2011-01-24 09:19:27 +01:00
source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz)
2008-02-11 11:46:53 +01:00
build() {
cd SDL_ttf-$version
2011-01-24 09:19:27 +01:00
./configure \
--prefix=/usr \
--disable-dependency-tracking
2008-02-11 11:46:53 +01:00
make
make DESTDIR=$PKG install
}