# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="makeztxt is a simple commandline program that takes a plain ASCII text file and compresses it into a zTXT database" HOMEPAGE="http://gutenpalm.sourceforge.net/makeztxt.php" SRC_URI="mirror://sourceforge/gutenpalm/makeztxt-${PV}-src.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=sys-libs/zlib-1.1.3" src_compile() { emake || die } src_install() { dodoc README COPYING ChangeLog dobin makeztxt }