1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Chmlib",
"description": "Library for dealing with Microsoft ITSS/CHM files",
"url": "http://www.jedrea.com/chmlib/chmlib-0.40.tar.gz",
"mirror": "https://download.tuxfamily.org/slitaz/sources/packages/c/chmlib-0.40.tar.gz",
"homepage": "http://www.jedrea.com/chmlib",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-io64\", \"--enable-examples\", \"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "0.40",
"file": "chmlib.rb"
}
|