mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 01:49:38 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
28 lines
667 B
BlitzBasic
28 lines
667 B
BlitzBasic
HOMEPAGE = "http://linux.bytesex.org/fbida/"
|
|
SUMMARY = "frame buffer image and doc viewer tools"
|
|
AUTHOR = "Gerd Hoffmann"
|
|
SECTION = "utils"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
|
|
|
DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif curl libungif tiff"
|
|
|
|
SRC_URI = "git://git.kraxel.org/fbida"
|
|
SRCREV = "cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d"
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE = "STRIP="
|
|
|
|
do_compile() {
|
|
sed -i -e 's: cpp: ${TARGET_PREFIX}cpp -I{STAGING_INCDIR}:g' GNUmakefile
|
|
oe_runmake
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake 'DESTDIR=${D}' install
|
|
}
|
|
|
|
RDEPENDS_${PN} = "ttf-dejavu-sans-mono"
|
|
|