contrib/sdl_ttf/Pkgfile

22 lines
471 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/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2008-02-11 11:46:53 +01:00
# Packager: Simone Rota, sip at crux dot nu
# Depends on: freetype libsdl
name=sdl_ttf
2012-04-06 09:50:47 +02:00
version=2.0.11
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
}