1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "Jpeginfo",
"description": "Prints information and tests integrity of JPEG/JFIF files",
"url": "https://www.kokkonen.net/tjko/src/jpeginfo-1.6.1.tar.gz",
"mirror": null,
"homepage": "https://www.kokkonen.net/tjko/projects.html",
"depends": [
{
"depend": "jpeg",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.deparallelize",
"system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.6.1",
"file": "jpeginfo.rb"
}
|