]> git.ipfire.org Git - ipfire-3.x.git/blame - at-spi2-core/at-spi2-core.nm
setup: Drop /etc/environment
[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}
96886d85
AM
8ver_major = 2.19
9ver_minor = 92
e9751a1a 10release = 2
b23349df
SS
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
e9751a1a
MT
36 export LD_LIBRARY_PATH = %{DIR_APP}/atspi/.libs
37
b23349df
SS
38 configure_options += \
39 --disable-gtk-doc-html \
40 --disable-static
41
42 install_cmds
43 # Remove unneeded files for xdg.
44 rm -rvf %{BUILDROOT}%{sysconfdir}/xdg
45 end
46end
47
48packages
49 package %{name}
50
51 package %{name}-libs
52 template LIBS
53 end
54
55 package %{name}-devel
56 template DEVEL
57
58 files += \
59 %{datadir}/gir*/
60 end
61
62 package %{name}-debuginfo
63 template DEBUGINFO
64 end
65end