]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - atk/atk.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / atk / atk.nm
CommitLineData
fca127fc
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = atk
7version = %{ver_major}.%{ver_minor}
8ver_major = 2.7
9ver_minor = 4
10release = 1
11
12groups = System/Libraries
13url = http://www.gnome.org
14license = LGPLv2+
15summary = Interfaces for accessibility support.
16
17description
18 The ATK library provides a set of interfaces for adding accessibility
19 support to applications and graphical user interface toolkits.
20end
21
22source_dl = http://download.gnome.org/sources/%{name}/%{ver_major}/
23sources = %{thisapp}.tar.xz
24
25build
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
41end
42
43packages
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
56end