aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fbgrab/fbgrab_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fbgrab/fbgrab_1.0.bb')
-rw-r--r--recipes/fbgrab/fbgrab_1.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/fbgrab/fbgrab_1.0.bb b/recipes/fbgrab/fbgrab_1.0.bb
new file mode 100644
index 0000000000..28ac55f943
--- /dev/null
+++ b/recipes/fbgrab/fbgrab_1.0.bb
@@ -0,0 +1,19 @@
+SECTION = "console/network"
+DESCRIPTION = "framebuffer screenshot program"
+LICENSE = "GPL"
+
+PR = "r2"
+
+DEPENDS = " zlib libpng "
+
+SRC_URI = "http://hem.bredband.net/gmogmo/fbgrab/fbgrab-${PV}.tar.gz \
+ file://makefile.patch;patch=1 \
+ http://people.openezx.org/ao2/fbgrab_network_mode.diff;patch=1 \
+ file://fbgrab_1bpp.patch;patch=1 \
+ "
+
+do_install() {
+ install -d ${D}${bindir} ${D}${mandir}/man1/
+ install -m 0755 fbgrab ${D}${bindir}
+ install -m 0644 fbgrab.1.man ${D}${mandir}/man1/fbgrab.1
+}