blob: 372c2d3d2adf71bed9d7f9f9f9eb06b4339a0164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SECTION = "x11/utils"
DESCRIPTION = "feh is a fast, lightweight image viewer which uses imlib2."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
LICENSE = "MIT"
DEPENDS = "imlib2 giblib jpeg 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
|