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
|
{
"name": "MdaLv2",
"description": "LV2 port of the MDA plugins",
"url": "https://download.drobilla.net/mda-lv2-1.2.2.tar.bz2",
"mirror": null,
"homepage": "https://drobilla.net/software/mda-lv2/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "lv2",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./waf\", \"configure\", \"--prefix=#{prefix}\"",
"system \"./waf\"",
"system \"./waf\", \"install\""
],
"version": "1.2.2",
"file": "mda-lv2.rb"
}
|