aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/fbi/fbi_1.31.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/fbi/fbi_1.31.bb')
-rw-r--r--recipes/nonworking/fbi/fbi_1.31.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/nonworking/fbi/fbi_1.31.bb b/recipes/nonworking/fbi/fbi_1.31.bb
new file mode 100644
index 0000000000..814054ce4f
--- /dev/null
+++ b/recipes/nonworking/fbi/fbi_1.31.bb
@@ -0,0 +1,10 @@
+HOMEPAGE = "http://bytesex.org/fbi.html"
+DESCRIPTION = "frame buffer image viewer"
+DEPENDS = "jpeg"
+
+SRC_URI = "http://dl.bytesex.org/releases/fbida/fbi_${PV}.tar.gz"
+
+inherit autotools
+
+CFLAGS_append = " ${LDFLAGS}"
+EXTRA_OECONF = "--disable-magick --without-x"