]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - atk/atk.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / atk / atk.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = atk
7 version = %{ver_major}.%{ver_minor}
8 ver_major = 2.7
9 ver_minor = 4
10 release = 1
11
12 groups = System/Libraries
13 url = http://www.gnome.org
14 license = LGPLv2+
15 summary = Interfaces for accessibility support.
16
17 description
18 The ATK library provides a set of interfaces for adding accessibility
19 support to applications and graphical user interface toolkits.
20 end
21
22 source_dl = http://download.gnome.org/sources/%{name}/%{ver_major}/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 glib2-devel >= 2.31.2
28 gobject-introspection-devel
29 end
30
31 configure_options += \
32 --enable-introspection=yes \
33 --disable-gtk-doc \
34 --disable-gtk-doc-html \
35 --disable-gtk-doc-pdf \
36 --disable-static
37
38 test
39 make check
40 end
41 end
42
43 packages
44 package %{name}
45
46 package %{name}-devel
47 template DEVEL
48
49 files += \
50 %{datadir}/gir*/
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end