summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
blob: e254348e4f259ce5a39d070588be0b11b61a888f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PV = "0.0+cvs${SRCDATE}"
LICENSE = "BSD-X"
SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "x11 xcalibrateext xext"
DESCRIPTION = "XCalibrate client-side library"

SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate"
S = "${WORKDIR}/XCalibrate"

inherit autotools pkgconfig 

do_stage() {
	autotools_stage_all
}