1 # Contributor: cghislai <charlyghislain@gmail.com>
6 pkgdesc="A library that allows you to use TrueType fonts in your SDL applications"
8 url="http://www.libsdl.org/projects/SDL_ttf/"
10 depends=('sdl>=1.2.99' 'freetype2')
12 provides=('sdl_ttf=2.0.99')
17 _svntrunk=http://svn.libsdl.org/trunk/SDL_ttf
22 if [ -d $_svnmod/.svn ]; then
23 (cd $_svnmod && svn up -r $pkgver)
25 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
27 msg "SVN checkout done or server timeout"
28 msg "Starting make..."
32 ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd --with-x --disable-rpath
34 make DESTDIR=${pkgdir} install
36 rm -rf ${srcdir}/$_svnmod-build