From d0be4a34850846e050e545d8a477279079572fde Mon Sep 17 00:00:00 2001 From: Grant Goodyear Date: Fri, 22 Jun 2001 20:08:09 +0000 Subject: New ebuild; convert MS doc file to txt or ps. --- app-text/antiword/antiword-0.31.ebuild | 35 ++++++++++++++++++++++++++++ app-text/antiword/files/digest-antiword-0.31 | 1 + 2 files changed, 36 insertions(+) create mode 100644 app-text/antiword/antiword-0.31.ebuild create mode 100644 app-text/antiword/files/digest-antiword-0.31 (limited to 'app-text') diff --git a/app-text/antiword/antiword-0.31.ebuild b/app-text/antiword/antiword-0.31.ebuild new file mode 100644 index 000000000000..bcd482708904 --- /dev/null +++ b/app-text/antiword/antiword-0.31.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.31.ebuild,v 1.1 2001/06/22 20:08:09 g2boojum Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${PN}.0.31 +DESCRIPTION="Antiword is a free MS Word reader for Linux and RISC OS" +SRC_URI="http://www.winfield.demon.nl/linux/${A}" +HOMEPAGE="http://www.winfield.demon.nl" + +DEPEND="app-text/ghostscript" + +src_compile() { + + rm Makefile + sed -e '/pedantic/d' -e 's/$(CFLAGS)/$(CFLAGS) -D$(DB)/' Makefile.Linux > Makefile + try make + +} + +src_install () { + + exeinto /usr/bin + doexe antiword kantiword + cd Docs + doman antiword.1 + dodoc COPYING ChangeLog FAQ History Netscape QandA ReadMe + cd .. + insinto /usr/share/${PN} + doins Resources/* + +} + diff --git a/app-text/antiword/files/digest-antiword-0.31 b/app-text/antiword/files/digest-antiword-0.31 new file mode 100644 index 000000000000..7a7c5d9aa03a --- /dev/null +++ b/app-text/antiword/files/digest-antiword-0.31 @@ -0,0 +1 @@ +MD5 bacc1727e44453f8ae38f2cdb7b7c54d antiword-0.31.tar.gz -- cgit v1.2.3-65-gdbad