1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "Libcdio",
"description": "Compact Disc Input and Control Library",
"url": "https://ftp.gnu.org/gnu/libcdio/libcdio-2.0.0.tar.gz",
"mirror": "https://ftpmirror.gnu.org/libcdio/libcdio-2.0.0.tar.gz",
"homepage": "https://www.gnu.org/software/libcdio/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\", \"--disable-silent-rules\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "2.0.0",
"file": "libcdio.rb"
}
|