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

           

                                         




                                   
                        
                             




                    
#!/bin/bash

SRCURL=https://github.com/madler/zlib.git

ENV_PATH="bin:lib:include"
ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"
ENV_MANPATH="share/man"

function package_build {
    run_switch_branch v1.2.11
    run_configure

    run_make
    run_make_install
}