diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-29 20:50:55 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-29 20:50:55 +0000 |
commit | 07dadf5ebdc456d127dea37b14f8232b466ff64b (patch) | |
tree | d5a417928d90880b3b3f96849aa43c6f50978295 | |
parent | fcfd06f1b5a0bea5854a50545b3fc102307d6df5 (diff) | |
parent | 4b69b9a224b6533f7334aee7d6c788ec575f1ff8 (diff) |
merge of '1413d095164c683305cfc29d3e275c6cd0aff5c2'
and 'b5eb7628476a2c567756faf33b76b13cf1b31eec'
-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 +} |