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
27
28
29
30
31
32
33
|
{
"name": "Assimp",
"description": "Portable library for importing many well-known 3D model formats",
"url": "https://github.com/assimp/assimp/archive/v4.1.0.tar.gz",
"mirror": null,
"homepage": "http://www.assimp.org",
"depends": [
{
"depend": "boost",
"build-depend": true
},
{
"depend": "cmake",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [
{
"url": "https://github.com/assimp/assimp/pull/1634.patch?full_index=1",
"strip": "1"
}
],
"install": [
"args = std_cmake_args",
"args << \"-DASSIMP_BUILD_TESTS=OFF\"",
"system \"cmake\", *args",
"system \"make\", \"install\""
],
"version": "4.1.0",
"file": "assimp.rb"
}
|