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

           
                                              
                        
 


                                   
                        
                     





                               
#!/bin/bash

SRCURL=https://github.com/ferzkopp/SDL_gfx.git
DEFAULT_BRANCH="SDL-1.2"

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

function package_build {
    run_switch_branch
    run_src_script ./autogen.sh
    run_configure

    run_make
    run_make_install
}