]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libxcb/libxcb.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / libxcb / libxcb.nm
CommitLineData
49038d37 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
49038d37
MT
4###############################################################################
5
802ea3af
MT
6name = libxcb
7version = 1.7
8release = 1
49038d37 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://xcb.freedesktop.org/
13license = MIT
14summary = A C binding to the X11 protocol.
55d85e4f 15
802ea3af 16description
49038d37
MT
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.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 autoconf
27 automake
28 libtool
29 libXau-devel
30 libxslt-devel
31 pkg-config
32 python-devel
33 xcb-proto
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
44end
45
46packages
47 package %{name}
48 end
1f9bc2f0 49
802ea3af
MT
50 package %{name}-devel
51 template DEVEL
1f9bc2f0 52
802ea3af
MT
53 requires = libXau-devel
54 end
1f9bc2f0
MT
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
802ea3af 59end