blob: 06a139f212e394f30f6d9482fe5871d38cf61c1a (
plain)
1
2
3
4
5
6
7
8
9
10
|
PV = "0.0cvs${CVSDATE}"
LICENSE= "MIT"
SECTION = "x11/libs"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DESCRIPTION = "X protocol and ancillary headers."
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto"
S = "${WORKDIR}/Xproto"
inherit autotools pkgconfig
|