meh-0.3.ebuild (449B)
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit eutils
7
8 DESCRIPTION="A minimalist image viewer using raw XLib."
9 HOMEPAGE="http://www.johnhawthorn.com/meh"
10 SRC_URI="http://web.uvic.ca/~jhawthor/${P}.tar.gz"
11
12 LICENSE="MIT"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="
18 x11-libs/libXext
19 virtual/jpeg:*
20 <media-libs/giflib-4.2.0
21 media-libs/libpng:*"
22 RDEPEND="${DEPEND}"