]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - at-spi2-core/at-spi2-core.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / at-spi2-core / at-spi2-core.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = at-spi2-core
7 version = %{ver_major}.%{ver_minor}
8 ver_major = 2.7
9 ver_minor = 4.1
10 release = 1
11
12 groups = System/Libraries
13 url = http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
14 license = LGPLv2+
15 summary = Protocol definitions and daemon for D-Bus at-spi.
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 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
44 end
45
46 packages
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
63 end