blob: b5cf751053321ba4a77a16d6a24229f153544ef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "x11/libs"
LICENSE= "MIT"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DESCRIPTION = "X protocol and ancillary headers."
SRC_URI = "${XLIBS_MIRROR}/xproto-${PV}.tar.gz"
S = "${WORKDIR}/xproto-${PV}"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|