summaryrefslogtreecommitdiff
path: root/packages/physfs1.sh
blob: 5dc9a951f385ae962bcd140a6ab2dc2954263485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
SRCTYPE=hg
SRCURL=https://hg.icculus.org/icculus/physfs/
DEFAULT_BRANCH="stable-1.0"

ENV_PATH="bin:lib:include"
ENV_LD_LIBRARY_PATH="lib"
ENV_LDFLAGS_PATH="lib"
ENV_CPPFLAGS_PATH="include"

BUILD_TYPE="automake"
SRC_INIT_COMMAND="./bootstrap"