# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PN="GUatu" DESCRIPTION="GUatu is a GTK/OpenGL-based comic book viewer." HOMEPAGE="http://guatu.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/gtkglext" S="${WORKDIR}/${MY_PN}" src_install() { make DESTDIR="${D}" install || die "Install failed" } pkg_postinst() { einfo "Although GUatu will compile and run just fine" einfo "without app-arch/unrar or app-arch/unzip installed," einfo "you still need them to view .cbr/.cbz files." }