diff options
Diffstat (limited to 'packages/xcalibrateext/xcalibrateext_git.bb')
-rw-r--r-- | packages/xcalibrateext/xcalibrateext_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/xcalibrateext/xcalibrateext_git.bb b/packages/xcalibrateext/xcalibrateext_git.bb new file mode 100644 index 0000000000..40c21ebd74 --- /dev/null +++ b/packages/xcalibrateext/xcalibrateext_git.bb @@ -0,0 +1,13 @@ +PV = "0.0+git${SRCDATE}" +SECTION = "x11/libs" +LICENSE = "BSD-X" +DESCRIPTION = "XCalibrate extension headers" + +SRC_URI = "git://anongit.freedesktop.org/xorg/proto/calibrateproto;protocol=git" +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |