]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - json-glib/json-glib.nm
Merge remote-tracking branch 'stevee/compat-packages'
[people/ms/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
10release = 1
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
31end
32
33packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38
39 requires
40 glib2-devel
41 end
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end