]> git.ipfire.org Git - ipfire-3.x.git/blame - json-glib/json-glib.nm
glibc: Remove audit support
[ipfire-3.x.git] / json-glib / json-glib.nm
CommitLineData
437d8555
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = json-glib
7version = %{ver_major}.%{ver_minor}
8ver_major = 0.15
9ver_minor = 2
9416b529 10release = 2
437d8555
SS
11
12groups = System/Libraries
13url = http://live.gnome.org/JsonGlib
14license = LGPLv2+
15summary = Library for JavaScript Object Notation format.
16
17description
18 %{name} is a library providing serialization and deserialization support
19 for the JavaScript Object Notation (JSON) format.
20end
21
22source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
23sources = %{thisapp}.tar.xz
24
25build
26 requires
27 glib2-devel
28 gobject-introspection-devel
29 pkg-config
30 end
9416b529
MT
31
32 export LD_LIBRARY_PATH = %{DIR_APP}/json-glib/.libs
437d8555
SS
33end
34
35packages
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
49end