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