summaryrefslogblamecommitdiff
path: root/packages/SDL_ttf.sh
blob: 17e145babd2c57d182e5e6cc0a6d2c4725096ef0 (plain) (tree)
1
2
3
4
5
6
7

           
          
                                    
 
                        
                             






                               



                                       
#!/bin/bash

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

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

    run_make
    run_make_install
}

function package_use {
    env_lib_library_path "lib"
    env_pkg_config_path "lib/pkgconfig"
}