# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GrabCartoons is a comic-summarizing utility." HOMEPAGE="http://grabcartoons.sourceforge.net/" SRC_URI="mirror://sourceforge/grabcartoons/${P}.tar.gz" LICENSE="BSD" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_install () { make PREFIX="${D}/usr" install }