]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xcb-util/xcb-util.nm
tmux: New package.
[people/ms/ipfire-3.x.git] / xcb-util / xcb-util.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xcb-util
7 version = 0.3.6
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 = Convenience libraries sitting on top of libxcb.
15
16 description
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.
21 end
22
23 source_dl = http://xcb.freedesktop.org/dist/
24 sources = %{thisapp}.tar.bz2
25
26 build
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
42 end
43
44 packages
45 package %{name}
46 end
47
48 package %{name}-devel
49 template DEVEL
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end