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

SRC_URI = "git://anongit.freedesktop.org/xorg/lib/libXCalibrate;protocol=git"
S = "${WORKDIR}/git"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}