diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-29 20:50:38 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-29 20:50:38 +0000 |
commit | 4b69b9a224b6533f7334aee7d6c788ec575f1ff8 (patch) | |
tree | fd83e71cf85f9b1560bb6c7e90f1d1fca9f0d0a2 /packages | |
parent | 0a8de950d944b9cf635954c8df028c697ceee5be (diff) |
xcalibrateext_git: Add latest xcalibrateext from X.org's git.
* Replaces CVS version, moved away yesterday.
* Actually X.org package now named xcalibrateproto.
Diffstat (limited to 'packages')
-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 +} |