diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-22 10:18:49 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-22 10:19:52 +0100 |
commit | e60a4352c946a5b6364d2a499106648b98c1aecd (patch) | |
tree | 49973b8e2e4d2674f5ed63440c0eb55fc24f0f4a /meta-oe/recipes-graphics/fbida | |
parent | dea4a2dce2d247dcc9f6233e195b8497039f8547 (diff) | |
download | meta-openembedded-e60a4352c946a5b6364d2a499106648b98c1aecd.tar.gz |
fbida: add 2.08
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/fbida')
-rw-r--r-- | 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 0000000000..4b8ddadd64 --- /dev/null +++ b/meta-oe/recipes-graphics/fbida/fbida_2.08.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | HOMEPAGE = "http://linux.bytesex.org/fbida/" | ||
2 | DESCRIPTION = "frame buffer image and doc viewer tools" | ||
3 | AUTHOR = "Gerd Hoffmann" | ||
4 | SECTION = "utils" | ||
5 | |||
6 | LICENSE = "GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
8 | |||
9 | DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif" | ||
10 | |||
11 | SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz" | ||
12 | SRC_URI[md5sum] = "9b3693ab26a58194e36b479bffb61ed0" | ||
13 | SRC_URI[sha256sum] = "298e7f3545e33596a5876f6b9c3da7ef475c2692e5fab0df824fbcd7a489cd80" | ||
14 | |||
15 | EXTRA_OEMAKE = "STRIP=" | ||
16 | |||
17 | do_compile() { | ||
18 | oe_runmake | ||
19 | } | ||
20 | |||
21 | do_install() { | ||
22 | oe_runmake 'DESTDIR=${D}' install | ||
23 | } | ||
24 | |||
25 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono" | ||
26 | |||