blob: 481f2c5a253e4d728c9a2c8b396a19490bb15727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "XCB: an X protocol C binding"
SECTION = "x11/libs"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>"
PR = "r0"
SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-0.9.tar.bz2"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|