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
34
35
36
37
|
{
"name": "Libwbxml",
"description": "Library and tools to parse and encode WBXML documents",
"url": "https://downloads.sourceforge.net/project/libwbxml/libwbxml/0.11.6/libwbxml-0.11.6.tar.bz2",
"mirror": null,
"homepage": "https://sourceforge.net/projects/libwbxml/",
"depends": [
{
"depend": "cmake",
"build-depend": true
},
{
"depend": "doxygen",
"build-depend": true
},
{
"depend": "graphviz",
"build-depend": true
},
{
"depend": "wget",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"inreplace \"cmake/CMakeLists.txt\", \"${CMAKE_ROOT}/Modules/\",",
"\"#{share}/cmake/Modules\"",
"mkdir \"build\" do",
"system \"cmake\", \"..\", *std_cmake_args, \"-DBUILD_DOCUMENTATION=ON\"",
"system \"make\", \"install\""
],
"version": "0.11.6",
"file": "libwbxml.rb"
}
|