diff options
Diffstat (limited to 'feh/feh_1.2.6.oe')
-rw-r--r-- | feh/feh_1.2.6.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/feh/feh_1.2.6.oe b/feh/feh_1.2.6.oe index e69de29bb2..7e9cd62138 100644 --- a/feh/feh_1.2.6.oe +++ b/feh/feh_1.2.6.oe @@ -0,0 +1,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 |