]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - xcb-proto/xcb-proto.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/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
MT
6name = xcb-proto
7version = 1.6
71d9ccbd 8release = 2
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/
24sources = %{thisapp}.tar.gz
25
26build
27 requires
28 pkg-config
29 python-devel
30 end
71d9ccbd
SS
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}
802ea3af 36end
cfcd4861 37
802ea3af
MT
38packages
39 package %{name}
40 end
41end