# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/jive/jive-1.1.ebuild,v 1.7 2004/06/28 03:45:42 vapier Exp $ DESCRIPTION="Filter that converts English text to Jive, by Adam Douglas" HOMEPAGE="http://dev.gentoo.org/~brad/" SRC_URI="http://dev.gentoo.org/~brad/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc ~sparc" IUSE="" DEPEND="virtual/libc" S=${WORKDIR}/${PN} src_compile() { emake || die } src_install() { dobin jive || die doman jive.1 dodoc README POSTER }