Fix Angstrom OVERRIDES settings
[openembedded.git] / recipes / fbida / fbida_2.07.bb
blob8eca8bc052f17227d0b33045b09e90bab86c1c30
1 # - Currently this app needs ttf-dejavu-sans-mono[.ipk] installed!
2 # - think about using fbi -a option for autozoom on tiny screens
3 # - fbi displays in portrait-mode if your fb is in portrait (normal) mode too
4 # (fbcon:rotate stands only for the fb console)
6 HOMEPAGE = "http://linux.bytesex.org/fbida/"
7 DESCRIPTION = "frame buffer image and doc viewer tools"
8 AUTHOR = "Gerd Knorr"
9 LICENSE = "GPL2"
10 SECTION = "utils"
11 PR = "r4"
13 DEPENDS = "virtual/libiconv jpeg fontconfig freetype libexif"
14 RDEPENDS_${PN} = "ttf-dejavu-sans-mono"
16 SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz \
17 file://exiftran.c.patch \
18 file://fbi.c.patch \
19 file://GNUmakefile.patch \
20 file://sys_siglist.patch \
23 EXTRA_OEMAKE = ""
25 do_compile() {
26 oe_runmake
29 do_install() {
30 oe_runmake 'DESTDIR=${D}' install
33 SRC_URI[md5sum] = "3e05910fb7c1d9b2bd3e272d96db069c"
34 SRC_URI[sha256sum] = "6510dee7c4f45cb63094d540e66aa39d53215c59f46944b8bb050c26b71bdb44"