]> git.ipfire.org Git - ipfire-3.x.git/blob - jsoncpp/jsoncpp.nm
jsoncpp: Update to 1.9.5
[ipfire-3.x.git] / jsoncpp / jsoncpp.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = jsoncpp
7 version = 1.9.5
8 release = 1
9
10 groups = System/Libraries
11 url = https://github.com/open-source-parsers/jsoncpp
12 license = Public Domain or MIT
13 summary = A JSON implementation in C++
14
15 description
16 %{name} is an implementation of a JSON (http://json.org) reader and
17 writer in C++. JSON (JavaScript Object Notation) is a lightweight
18 data-interchange format.
19 It is easy for humans to read and write. It is easy for machines to
20 parse and generate.
21 end
22
23 source_dl = https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz#/
24
25 build
26 BUILD_DIR = build
27
28 requires
29 cmake
30 end
31
32 build
33 %{cmake} ..
34 make %{PARALLELISMFLAGS}
35 end
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-devel
42 template DEVEL
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end