# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="JPEG image to ASCII art converter" HOMEPAGE="http://csl.sublevel3.org/jp2a/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/jpeg net-misc/curl" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dohtml man/jp2a.html }