aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fbgrab/fbgrab_1.0.bb
blob: 28ac55f943f7ba494801f410d9d33da5fc345bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}