# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.34.ebuild,v 1.2 2003/12/09 17:41:37 lanius Exp $ IUSE="kde" S=${WORKDIR}/${P} DESCRIPTION="free MS Word reader" SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz" HOMEPAGE="http://www.winfield.demon.nl" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" DEPEND="virtual/ghostscript" src_unpack() { unpack ${A} cd ${S} } src_compile() { emake || die } src_install() { dobin antiword use kde && dobin kantiword insinto /usr/share/${PN} doins Resources/* insinto /usr/share/${PN}/examples doins Docs/testdoc.doc Docs/antiword.php cd Docs doman antiword.1 dodoc COPYING ChangeLog Exmh Emacs FAQ History Netscape \ QandA ReadMe Mozilla Mutt }