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

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

function package_build {
    run_switch_branch stable-2.0
    run_cmake

    run_make
    run_make_install
}

function package_use {
    env_path "bin"
    env_path "lib"
    env_path "include"
    env_lib_library_path "lib"
    env_pkg_config_path "lib/pkgconfig"
}