]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xcb-util/xcb-util.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / xcb-util / xcb-util.nm
CommitLineData
3a14ee87 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
3a14ee87
SS
4###############################################################################
5
802ea3af
MT
6name = xcb-util
7version = 0.3.6
8release = 1
3a14ee87 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://xcb.freedesktop.org/
13license = MIT
14summary = Convenience libraries sitting on top of libxcb.
3a14ee87 15
802ea3af 16description
3a14ee87
SS
17 The xcb-util module provides a number of libraries which sit on top of \
18 libxcb, the core X protocol library, and some of the extension \
19 libraries. These experimental libraries provide convenience functions \
20 and interfaces which make the raw X protocol more usable.
802ea3af
MT
21end
22
23source_dl = http://xcb.freedesktop.org/dist/
24sources = %{thisapp}.tar.bz2
25
26build
27 requires
28 gperf
29 libxcb-devel
30 m4
31 pkg-config
32 xorg-x11-proto-devel
33 end
34
35 configure_options += \
36 --with-pic \
37 --disable-static
38
39 test
40 make check
41 end
42end
43
44packages
45 package %{name}
46 end
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end