]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libtimezonemap/libtimezonemap.nm
Merge remote-tracking branch 'stevee/file-update'
[people/ms/ipfire-3.x.git] / libtimezonemap / libtimezonemap.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtimezonemap
7 version = 0.3.2
8 release = 1
9
10 groups = System/Libraries
11 url = https://launchpad.net/libtimezonemap
12 license = GPL
13 summary = GTK+3 timezone map widget.
14
15 description
16 GTK+3 timezone map widget.
17 end
18
19 source_dl = https://launchpad.net/ubuntu/+archive/primary/+files/
20 sources = %{name}_%{version}.tar.gz
21
22 build
23 requires
24 gtk3-devel
25 gobject-introspection-devel >= 1.35.4
26 json-glib-devel
27 pkg-config
28 end
29
30 DIR_APP = %{DIR_SRC}/timezonemap
31
32 configure_options += \
33 --enable-introspection=yes
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end