# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs DESCRIPTION="A GTK comic book viewer for .cbz, .cbr and .cbt files." HOMEPAGE="http://comix.sourceforge.net" SRC_URI="mirror://sourceforge/comix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-python/pygtk-2.0 app-arch/unzip app-arch/unrar app-arch/tar sys-apps/file" src_install () { dobin comix dodoc ChangeLog README }