mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 14:47:57 +00:00
fbgrab 1.2: Add recipe.
Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f590ca9e68
commit
483f94008d
14
meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
Normal file
14
meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
Normal file
@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "FBGrab is a framebuffer screenshot program."
|
||||
HOMEPAGE = "http://fbgrab.monells.se/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
|
||||
SECTION = "console/utils"
|
||||
DEPENDS = "libpng zlib"
|
||||
SRC_URI = "http://fbgrab.monells.se/${P}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
SRC_URI[md5sum] = "15b432735d6efd0373722bb96577b945"
|
||||
SRC_URI[sha256sum] = "61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91"
|
||||
Loading…
x
Reference in New Issue
Block a user