[oe-commits] Koen Kooi : fbida: add 2.08

git at git.openembedded.org git at git.openembedded.org
Tue Nov 22 15:36:25 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: e60a4352c946a5b6364d2a499106648b98c1aecd
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e60a4352c946a5b6364d2a499106648b98c1aecd

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Nov 22 10:18:49 2011 +0100

fbida: add 2.08

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-graphics/fbida/fbida_2.08.bb |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.08.bb b/meta-oe/recipes-graphics/fbida/fbida_2.08.bb
new file mode 100644
index 0000000..4b8ddad
--- /dev/null
+++ b/meta-oe/recipes-graphics/fbida/fbida_2.08.bb
@@ -0,0 +1,26 @@
+HOMEPAGE = "http://linux.bytesex.org/fbida/"
+DESCRIPTION = "frame buffer image and doc viewer tools"
+AUTHOR = "Gerd Hoffmann"
+SECTION = "utils"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+
+DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif"
+
+SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz"
+SRC_URI[md5sum] = "9b3693ab26a58194e36b479bffb61ed0"
+SRC_URI[sha256sum] = "298e7f3545e33596a5876f6b9c3da7ef475c2692e5fab0df824fbcd7a489cd80"
+
+EXTRA_OEMAKE = "STRIP="
+
+do_compile() {
+	oe_runmake
+}
+
+do_install() {
+	oe_runmake 'DESTDIR=${D}' install
+}
+
+RDEPENDS_${PN} = "ttf-dejavu-sans-mono"
+





More information about the Openembedded-commits mailing list