diff options
author | Dirk Opfer <dirk@opfer-online.de> | 2008-05-10 12:21:17 +0000 |
---|---|---|
committer | Dirk Opfer <dirk@opfer-online.de> | 2008-05-10 12:21:17 +0000 |
commit | 6844e56e70448dd95399a2eb2be881ffbfbf0393 (patch) | |
tree | efb49093013bcc728ec8edc8738a4c4d3712f361 | |
parent | 6b04a101cd4b94e47a94813b52ffaa4063419a21 (diff) |
midori: add 0.0.18
-rw-r--r-- | packages/gtk-webcore/midori_0.0.18.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gtk-webcore/midori_0.0.18.bb b/packages/gtk-webcore/midori_0.0.18.bb new file mode 100644 index 0000000000..b311d3aeb6 --- /dev/null +++ b/packages/gtk-webcore/midori_0.0.18.bb @@ -0,0 +1,10 @@ +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" + + |