]> git.ipfire.org Git - ipfire-3.x.git/blob - json-glib/json-glib.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / json-glib / json-glib.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = json-glib
7 version = %{ver_major}.%{ver_minor}
8 ver_major = 0.15
9 ver_minor = 2
10 release = 2
11
12 groups = System/Libraries
13 url = http://live.gnome.org/JsonGlib
14 license = LGPLv2+
15 summary = Library for JavaScript Object Notation format.
16
17 description
18 %{name} is a library providing serialization and deserialization support
19 for the JavaScript Object Notation (JSON) format.
20 end
21
22 source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 glib2-devel
28 gobject-introspection-devel
29 pkg-config
30 end
31
32 export LD_LIBRARY_PATH = %{DIR_APP}/json-glib/.libs
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40
41 requires
42 glib2-devel
43 end
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end