1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Libilbc",
"description": "Packaged version of iLBC codec from the WebRTC project",
"url": "https://github.com/TimothyGu/libilbc/releases/download/v2.0.2/libilbc-2.0.2.tar.gz",
"mirror": null,
"homepage": "https://github.com/TimothyGu/libilbc",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--disable-silent-rules\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "2.0.2",
"file": "libilbc.rb"
}
|