# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Comical is a sequential image display program, to deal with .cbr and .cbz files." HOMEPAGE="http://www.sketchyorigins.com/comics/forumdisplay.php?f=47" SRC_URI="http://jathey.home.comcast.net/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/wxGTK-2.4.2" S=${WORKDIR}/${P} src_compile() { econf || die emake || die } src_install() { einstall || die }