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
|
{
"name": "Zint",
"description": "Barcode encoding library supporting over 50 symbologies",
"url": "https://downloads.sourceforge.net/project/zint/zint/2.6.3/zint-2.6.3.src.tar.gz",
"mirror": null,
"homepage": "http://www.zint.org.uk/",
"depends": [
{
"depend": "cmake",
"build-depend": true
},
{
"depend": "libpng",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"inreplace \"CMakeLists.txt\", \"${CMAKE_ROOT}\", \"#{share}/cmake\"",
"mkdir \"zint-build\" do",
"system \"cmake\", \"..\", *std_cmake_args",
"system \"make\", \"install\""
],
"version": "2.6.3",
"file": "zint.rb"
}
|