# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="text document for weasel reader converter" HOMEPAGE="http://gutenpalm.sourceforge.net/" SRC_URI="mirror://sourceforge/gutenpalm/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="" DEPEND="sys-libs/zlib" src_compile() { emake || die "emake failed" } src_install() { dobin ${PN} dodoc COPYING ChangeLog README .makeztxtrc }