mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
346 B
BlitzBasic
16 lines
346 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
LICENSE = "BSD-X"
|
|
SECTION = "x11/libs"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "x11 xcalibrateext xext"
|
|
DESCRIPTION = "XCalibrate client-side library"
|
|
|
|
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate"
|
|
S = "${WORKDIR}/XCalibrate"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|