]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libxcb/libxcb.nm
libxcb: Update to 1.9.
[people/ms/ipfire-3.x.git] / libxcb / libxcb.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libxcb
7 version = 1.9
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://xcb.freedesktop.org/
13 license = MIT
14 summary = A C binding to the X11 protocol.
15
16 description
17 The X protocol C-language Binding (XCB) is a replacement for Xlib
18 featuring a small footprint, latency hiding, direct access to the
19 protocol, improved threading support, and extensibility.
20 end
21
22 source_dl = http://xcb.freedesktop.org/dist/
23
24 build
25 requires
26 autoconf
27 automake
28 libtool
29 libXau-devel
30 libxslt-devel
31 pkg-config
32 python-devel
33 xcb-proto >= 1.7
34 xorg-x11-proto-devel
35 end
36
37 configure_options += \
38 --disable-static
39
40 prepare_cmds
41 sed -e "s/pthread-stubs//g" -i configure.ac
42 autoreconf -f --install
43 end
44 end
45
46 packages
47 package %{name}
48
49 package %{name}-devel
50 template DEVEL
51
52 requires = libXau-devel
53 end
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
58 end