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
|
{
"name": "Libcroco",
"description": "CSS parsing and manipulation toolkit for GNOME",
"url": "https://download.gnome.org/sources/libcroco/0.6/libcroco-0.6.13.tar.xz",
"mirror": null,
"homepage": "http://www.linuxfromscratch.org/blfs/view/svn/general/libcroco.html",
"depends": [
{
"depend": "intltool",
"build-depend": true
},
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "glib",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\",",
"\"--disable-Bsymbolic\"",
"system \"make\", \"install\""
],
"version": "0.6.13",
"file": "libcroco.rb"
}
|