diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-10-12 05:19:54 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-10-12 05:19:54 +0000 |
commit | d0d2244bfede357394a0b5a6457a1b9b4873aa7c (patch) | |
tree | 8fb92fa131bed56f15ee4a9b3d236ee40d203ce8 /packages/fbida/fbida_2.07.bb | |
parent | 2da766c0b6766eddf0ed76e420435943b16cf2d9 (diff) |
add fbida. courtesy of SZ. close bug# 4707
Diffstat (limited to 'packages/fbida/fbida_2.07.bb')
-rw-r--r-- | packages/fbida/fbida_2.07.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/fbida/fbida_2.07.bb b/packages/fbida/fbida_2.07.bb new file mode 100644 index 0000000000..9360600858 --- /dev/null +++ b/packages/fbida/fbida_2.07.bb @@ -0,0 +1,21 @@ +# - Currently this app needs ttf-dejavu-sans-mono[.ipk] installed! +# - think about using fbi -a option for autozoom on tiny screens +# - fbi displays in portrait-mode if your fb is in portrait (normal) mode too +# (fbcon:rotate stands only for the fb console) + +HOMEPAGE = "http://linux.bytesex.org/fbida/" +DESCRIPTION = "frame buffer image and doc viewer tools" +AUTHOR = "Gerd Knorr" +LICENSE = "GPL2" +SECTION = "utils" +DEPENDS = "jpeg fontconfig freetype libexif ttf-dejavu" + +SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz \ + file://exiftran.c.patch;patch=1 \ + file://fbi.c.patch;patch=1 \ + file://GNUmakefile.patch;patch=1" + +inherit autotools + +#CFLAGS_append = " ${LDFLAGS}" +EXTRA_OECONF = "--disable-magick --without-x" |