blob: dac9cf8f216929c45750c136661a4bb8de54739f (
plain)
1
2
3
4
5
6
7
8
9
|
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;date=20050226"
S = "${WORKDIR}/Xproto"
inherit autotools pkgconfig
|