]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - at-spi2-core/at-spi2-core.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / at-spi2-core / at-spi2-core.nm
CommitLineData
b23349df
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = at-spi2-core
7version = %{ver_major}.%{ver_minor}
8ver_major = 2.7
9ver_minor = 4.1
10release = 1
11
12groups = System/Libraries
13url = http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
14license = LGPLv2+
15summary = Protocol definitions and daemon for D-Bus at-spi.
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 dbus-devel
28 intltool
29 glib2-devel
30 gobject-introspection-devel
31 libXtst-devel
32 libXext-devel
33 libXi-devel
34 end
35
36 configure_options += \
37 --disable-gtk-doc-html \
38 --disable-static
39
40 install_cmds
41 # Remove unneeded files for xdg.
42 rm -rvf %{BUILDROOT}%{sysconfdir}/xdg
43 end
44end
45
46packages
47 package %{name}
48
49 package %{name}-libs
50 template LIBS
51 end
52
53 package %{name}-devel
54 template DEVEL
55
56 files += \
57 %{datadir}/gir*/
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63end