# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ #EAPI=1 DESCRIPTION="A command-line utility that converts JPG images to ASCII" HOMEPAGE="http://csl.sublevel3.org/jp2a/" SRC_URI="http://files.keihatsu.org/portage/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~alpha ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86-fbsd" IUSE="" DEPEND="media-libs/jpeg net-misc/curl" RDEPEND="${DEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }