aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-proto/xproto_6.6.2+cvs20050226.bb
blob: 55bc32b768ec5053886389c220bdb53488755b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE= "MIT"
SECTION = "x11/libs"
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
}