summaryrefslogtreecommitdiff
path: root/packages/physfs.sh
blob: dacdbd693fa7663a58bf84ddcfb7303eba7e6a1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

SRCTYPE=hg
SRCURL=https://hg.icculus.org/icculus/physfs/

ENV_PATH="bin:lib:include"
ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"

function package_build {
    run_switch_branch stable-2.0
    run_cmake

    run_make
    run_make_install
}