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
32
33
34
35
36
37
38
39
|
{
"name": "Fig2dev",
"description": "Translates figures generated by xfig to other formats",
"url": "https://downloads.sourceforge.net/project/mcj/fig2dev-3.2.7a.tar.xz",
"mirror": null,
"homepage": "https://mcj.sourceforge.io/",
"depends": [
{
"depend": "ghostscript",
"build-depend": false
},
{
"depend": "libpng",
"build-depend": false
},
{
"depend": "netpbm",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"args = %W[",
"--prefix=#{prefix}",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--enable-transfig",
"--without-xpm",
"--without-x",
"]",
"system \"./configure\", *args",
"system \"make\", \"install\"",
"pkgshare.install \"fig2dev/tests/data/patterns.fig\""
],
"version": "3.2.7",
"file": "fig2dev.rb"
}
|