summaryrefslogblamecommitdiff
path: root/packages/SDL_ttf.sh
blob: 42c881c81bace0496e4ae6a04a81230b556d2889 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
          
                                    
 


                                   
                        
                             





                               
#!/bin/bash

SRCTYPE=hg
SRCURL=http://hg.libsdl.org/SDL_ttf/

ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"

function package_build {
    run_switch_branch SDL-1.2
    run_src_script ./autogen.sh
    run_configure --disable-gui

    run_make
    run_make_install
}