From f66381bcf7d67193d2874039b072f99abfde320e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 22 Feb 2007 21:53:46 +0000 Subject: app-pda/makeztxt --- (limited to 'app-pda/makeztxt/makeztxt-1.60.ebuild') diff --git a/app-pda/makeztxt/makeztxt-1.60.ebuild b/app-pda/makeztxt/makeztxt-1.60.ebuild new file mode 100644 index 0000000..3999491 --- a/dev/null +++ b/app-pda/makeztxt/makeztxt-1.60.ebuild @@ -0,0 +1,23 @@ +# 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" +IUSE="" +DEPEND="sys-libs/zlib" + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dobin ${PN} + dodoc COPYING ChangeLog README .makeztxtrc +} -- cgit v0.9.0.2