diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-04 13:47:03 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-04 13:47:03 +0000 |
commit | 48eda25589839285b951e58728297ee83a3a2c4c (patch) | |
tree | b10f3d8835c5a54375ec0026be58e8e279251e91 /packages | |
parent | 40efe2bbed3940f1a6acdf11d70ffb9c097782a1 (diff) | |
parent | 4d3c76b3a6dfa5c7fb8fa4b99be82ae52ef523ad (diff) |
merge of '4406e0f8d2846e24e63874a31dd5fddea1dcdbad'
and '60e987f715a76c533a624e9f7fab56ff0374dd5d'
Diffstat (limited to 'packages')
-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 +} |