]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - json-glib/json-glib.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/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 = 1
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 end
32
33 packages
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
47 end