]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - xcb-proto/xcb-proto.nm
kernel: update to 4.12.10
[people/arne_f/ipfire-3.x.git] / xcb-proto / xcb-proto.nm
CommitLineData
cfcd4861 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
cfcd4861
MT
4###############################################################################
5
802ea3af 6name = xcb-proto
ef101010 7version = 1.11
0e7de72a 8release = 1
802ea3af 9arch = noarch
cfcd4861 10
802ea3af
MT
11maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
12groups = X/Headers
13url = http://xcb.freedesktop.org/
14license = MIT
15summary = XCB protocol descriptions.
cfcd4861 16
802ea3af 17description
71d9ccbd
SS
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.
802ea3af
MT
21end
22
23source_dl = http://xcb.freedesktop.org/dist/
802ea3af
MT
24
25build
26 requires
27 pkg-config
28 python-devel
29 end
71d9ccbd
SS
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}
802ea3af 35end
cfcd4861 36
802ea3af
MT
37packages
38 package %{name}
802ea3af 39end