1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "Physfs",
"description": "Library to provide abstract access to various archives",
"url": "https://icculus.org/physfs/downloads/physfs-3.0.1.tar.bz2",
"mirror": null,
"homepage": "https://icculus.org/physfs/",
"depends": [
{
"depend": "cmake",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"mkdir \"macbuild\" do",
"args = std_cmake_args",
"args << \"-DPHYSFS_BUILD_TEST=TRUE\"",
"args << \"-DPHYSFS_BUILD_WX_TEST=FALSE\" unless build.head?",
"system \"cmake\", \"..\", *args",
"system \"make\", \"install\""
],
"version": "3.0.1",
"file": "physfs.rb"
}
|