# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils base DESCRIPTION="A minimalist image viewer using raw XLib." HOMEPAGE="http://www.johnhawthorn.com/meh" SRC_URI="http://web.uvic.ca/~jhawthor/meh-0.2.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" src_compile() { emake CFLAGS="${CFLAGS}" || die "compile problem" } src_install() { dobin meh fperms 0755 /usr/bin/meh }