blob: 9bc65906b394a74f1394d26d4a60b6371763c252 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
SRC_URI[md5sum] = "0f6c0423098c6a9b28a464df9fab7f39"
SRC_URI[sha256sum] = "0c2e26be3f0cdf7b8b5d33d308acca4b177f6e22ad65592984c5488af6a0a573"
|