blob: 594a3511554dad6eb4e8f0fc0153c7a1c0be51f7 (
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 = "${FREEDESKTOP_CVS}/xlibs;module=Xproto;date=20050226"
S = "${WORKDIR}/Xproto"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|