blob: a5a92fee402c92a37c35a1cdc3ef7306bda8f879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
do_stage() {
autotools_stage_all
}
|