# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="Qt-based feature rich .CHM file viewer (kchmviewer)" HOMEPAGE="http://kchmviewer.sourceforge.net/" SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/qt-3.3.3" S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} epatch ${FILESDIR}/kchmviewer-0.2-zoom.diff || "patch failed" } src_compile() { econf || die "could not configure" emake || die "emake failed" } src_install() { into /usr dobin src/kchmviewer dodoc ChangeLog COPYING }