Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / fbida / fbida_2.07.bb
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)
5
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 = "r2"
12
13 DEPENDS = "virtual/libiconv jpeg fontconfig freetype libexif"
14 RDEPENDS = "ttf-dejavu-sans-mono"
15
16 SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz \
17            file://exiftran.c.patch;patch=1 \
18            file://fbi.c.patch;patch=1 \
19            file://GNUmakefile.patch;patch=1 \
20            file://sys_siglist.patch;patch=1 \
21           "
22
23 EXTRA_OECONF = "--disable-magick --without-x"