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
|
{
"name": "Svg2pdf",
"description": "Renders SVG images to a PDF file (using Cairo)",
"url": "https://cairographics.org/snapshots/svg2pdf-0.1.3.tar.gz",
"mirror": null,
"homepage": "https://cairographics.org/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "libsvg-cairo",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-debug\",",
"\"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\",",
"\"--mandir=#{man}\"",
"system \"make\", \"install\""
],
"version": "0.1.3",
"file": "svg2pdf.rb"
}
|