]> git.ipfire.org Git - ipfire-3.x.git/blob - xcb-proto/xcb-proto.nm
nftables: Drop package
[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.11
8 release = 1
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
25 build
26 requires
27 pkg-config
28 python-devel
29 end
30
31 # Place the .pc files in /usr/share so they
32 # can be found on all architectures where libdir != /usr/lib.
33 configure_options += \
34 --libdir=%{datadir}
35 end
36
37 packages
38 package %{name}
39 end