diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-04 13:45:13 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-04 13:45:13 +0000 |
commit | 4d3c76b3a6dfa5c7fb8fa4b99be82ae52ef523ad (patch) | |
tree | 0f01e5a5725dcae7add6c5cd7737f5e4f0da3fb7 | |
parent | e2e2fe0bfac4ad6aa39274af8d3eff265d406d2d (diff) |
xcalibrate_git: Add latest xcalibrate from X.org's git.
* Was forgotten to be added, the same as xcalibrateext_git before ;-(.
-rw-r--r-- | packages/xcalibrate/xcalibrate_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/xcalibrate/xcalibrate_git.bb b/packages/xcalibrate/xcalibrate_git.bb new file mode 100644 index 0000000000..6448eedd5b --- /dev/null +++ b/packages/xcalibrate/xcalibrate_git.bb @@ -0,0 +1,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 +} |