aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-10-17 19:50:53 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-18 13:47:21 +0200
commit2631ed9f4c987192749960bc7a2209b5f5bbfa78 (patch)
treeda46141e666284216a749aba0830efe2a342ee85 /meta-efl
parent517325b50bcd33d7f3765acca7aeb73b49ae3e5a (diff)
downloadmeta-openembedded-contrib-2631ed9f4c987192749960bc7a2209b5f5bbfa78.tar.gz
epdfview: add initial recipe with version 0.1.8
initial source taken from oe-classic epdfview_0.1.7.bb commit 44985d56bc556786812a0a02d6219afd31a7381d run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/epdfview_0.1.8.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/epdfview_0.1.8.bb b/meta-efl/recipes-efl/efl/epdfview_0.1.8.bb
new file mode 100644
index 0000000000..5351733c8d
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/epdfview_0.1.8.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A lightweight PDF viewer based on gtk and poppler"
+HOMEPAGE = "http://www.emma-soft.com/projects/epdfview/"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+SECTION = "x11/applications"
+DEPENDS = "gtk+ poppler"
+
+inherit autotools gettext
+
+SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2"
+SRC_URI[md5sum] = "e50285b01612169b2594fea375f53ae4"
+SRC_URI[sha256sum] = "948648ae7c9d7b3b408d738bd4f48d87375b1196cae1129d6b846a8de0f2f8f0"