]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - xcb-proto/xcb-proto.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/ipfire-3.x.git] / xcb-proto / xcb-proto.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xcb-proto
7 version = 1.6
8 release = 2
9 arch = noarch
10
11 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
12 groups = X/Headers
13 url = http://xcb.freedesktop.org/
14 license = MIT
15 summary = XCB protocol descriptions.
16
17 description
18 XCB is a project to enable efficient language bindings to the X11
19 protocol. This package contains the protocol descriptions themselves.
20 Language bindings use these protocol descriptions to generate code for marshalling the protocol.
21 end
22
23 source_dl = http://xcb.freedesktop.org/dist/
24 sources = %{thisapp}.tar.gz
25
26 build
27 requires
28 pkg-config
29 python-devel
30 end
31
32 # Place the .pc files in /usr/share so they
33 # can be found on all architectures where libdir != /usr/lib.
34 configure_options += \
35 --libdir=%{datadir}
36 end
37
38 packages
39 package %{name}
40 end
41 end