diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-17 08:55:23 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-17 08:55:23 +0000 |
commit | ff74c74052c4aa11f68048a9619d6ba4d681ecfb (patch) | |
tree | d2abbc55967b220e5b4d7fe668faf4e16b8fd6e6 | |
parent | 568f2e6b483e8f0f4f8a9cc499f577c99284955c (diff) |
packages/gtk-webcore/midori_0.0.10.bb : version bump midori, this one
actually builds but doesnt run.
-rw-r--r-- | packages/gtk-webcore/midori_0.0.10.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gtk-webcore/midori_0.0.10.bb b/packages/gtk-webcore/midori_0.0.10.bb new file mode 100644 index 0000000000..23d0179375 --- /dev/null +++ b/packages/gtk-webcore/midori_0.0.10.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Midori is a lightweight web browser." +LICENSE = "GPLv2" + +DEPENDS = "webkit-gtk libsexy" + +inherit autotools pkgconfig + +SRC_URI = "http://software.twotoasts.de/media/midori/midori-${PV}.tar.gz \ + " + + |