blob: 7e9cd621387a5369d0c6acf18223e3c49273ee86 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SECTION = "x11/utils"
DESCRIPTION = "feh is a fast, lightweight image viewer which uses imlib2."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "imlib2 giblib x11 xext xt"
SRC_URI = "http://linuxbrit.co.uk/downloads/feh-${PV}.tar.gz \
file://cross.patch;patch=1"
S = "${WORKDIR}/feh-${PV}"
inherit autotools
|