summaryrefslogtreecommitdiff
path: root/sdl2_ttf/Pkgfile
blob: e750cf57402c9b6dd2dff5ff385d5ce52ef8229b (plain)
    1 # Description: TrueType library for libsdl.
    2 # URL: https://www.libsdl.org/projects/SDL_ttf/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: freetype libsdl2
    5 
    6 name=sdl2_ttf
    7 version=2.0.15
    8 release=1
    9 source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$version.tar.gz)
   10 
   11 build() {
   12 	cd SDL2_ttf-$version
   13 
   14 	touch NEWS README AUTHORS ChangeLog
   15 	autoreconf -vi
   16 
   17 	./configure --prefix=/usr
   18 	make 
   19 	make DESTDIR=$PKG install
   20 }

Generated by cgit