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
|
{
"name": "ActivemqCpp",
"description": "C++ API for message brokers such as Apache ActiveMQ",
"url": "https://www.apache.org/dyn/closer.cgi?path=activemq/activemq-cpp/3.9.5/activemq-cpp-library-3.9.5-src.tar.bz2",
"mirror": null,
"homepage": "https://activemq.apache.org/cms/index.html",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "apr",
"build-depend": false
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\"",
"system \"make\"",
"system \"make\", \"install\""
],
"version": "3.9.5",
"file": "activemq-cpp.rb"
}
|