]> git.ipfire.org Git - ipfire-3.x.git/blob - atk/atk.nm
kernel: Change ASPM policy to default
[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.20
9 ver_minor = 0
10 release = 2
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 >= 1.39.3
29 end
30
31 export LD_LIBRARY_PATH=%{DIR_APP}/atk/.libs
32
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
43 end
44
45 packages
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
58 end