]> git.ipfire.org Git - ipfire-3.x.git/blame - atk/atk.nm
kernel: udpate to 5.2
[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}
a71876fa
AM
8ver_major = 2.20
9ver_minor = 0
79b16fa9 10release = 2
fca127fc
SS
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
651840b2 28 gobject-introspection-devel >= 1.39.3
fca127fc
SS
29 end
30
79b16fa9
MT
31 export LD_LIBRARY_PATH=%{DIR_APP}/atk/.libs
32
fca127fc
SS
33 configure_options += \
34 --enable-introspection=yes \
35 --disable-gtk-doc \
36 --disable-gtk-doc-html \
37 --disable-gtk-doc-pdf \
38 --disable-static
39
40 test
41 make check
42 end
43end
44
45packages
46 package %{name}
47
48 package %{name}-devel
49 template DEVEL
50
51 files += \
52 %{datadir}/gir*/
53 end
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
58end