]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/xcb-proto/xcb-proto.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / 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
8release = 1
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
cfcd4861
MT
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 \
21 marshalling the protocol.
802ea3af
MT
22end
23
24source_dl = http://xcb.freedesktop.org/dist/
25sources = %{thisapp}.tar.gz
26
27build
28 requires
29 pkg-config
30 python-devel
31 end
32end
cfcd4861 33
802ea3af
MT
34packages
35 package %{name}
36 end
37end