############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = xcb-proto version = 1.6 release = 2 arch = noarch maintainer = Stefan Schantl groups = X/Headers url = http://xcb.freedesktop.org/ license = MIT summary = XCB protocol descriptions. description XCB is a project to enable efficient language bindings to the X11 protocol. This package contains the protocol descriptions themselves. Language bindings use these protocol descriptions to generate code for marshalling the protocol. end source_dl = http://xcb.freedesktop.org/dist/ sources = %{thisapp}.tar.gz build requires pkg-config python-devel end # Place the .pc files in /usr/share so they # can be found on all architectures where libdir != /usr/lib. configure_options += \ --libdir=%{datadir} end packages package %{name} end end