diff options
author | Matthew Turk <satai@gentoo.org> | 2002-08-14 16:58:26 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-08-14 16:58:26 +0000 |
commit | ed11427f64fa21e46bbe373fec0ceeecadd4ebba (patch) | |
tree | 89f6b951a8ad93e6a633f4bb8e37a4dacc183689 /app-text/antiword | |
parent | removed implicit glibc dependency (diff) | |
download | historical-ed11427f64fa21e46bbe373fec0ceeecadd4ebba.tar.gz historical-ed11427f64fa21e46bbe373fec0ceeecadd4ebba.tar.bz2 historical-ed11427f64fa21e46bbe373fec0ceeecadd4ebba.zip |
Bumped version. Fixed problems. Closed 6396.
Diffstat (limited to 'app-text/antiword')
-rw-r--r-- | app-text/antiword/antiword-0.33.ebuild | 48 | ||||
-rw-r--r-- | app-text/antiword/files/digest-antiword-0.33 | 1 |
2 files changed, 49 insertions, 0 deletions
diff --git a/app-text/antiword/antiword-0.33.ebuild b/app-text/antiword/antiword-0.33.ebuild new file mode 100644 index 000000000000..373237f1d6fe --- /dev/null +++ b/app-text/antiword/antiword-0.33.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.33.ebuild,v 1.1 2002/08/14 16:58:26 satai Exp $ + +S=${WORKDIR}/${PN}-0.33 +DESCRIPTION="Antiword is a free MS Word reader for Linux and RISC OS" +SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz" +HOMEPAGE="http://www.winfield.demon.nl" + +DEPEND="app-text/ghostscript + " + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +src_unpack() { + unpack ${A} + + cd ${S} + #patch -p0 < ${FILESDIR}/gentoo-antiword.diff + + rm Makefile + + sed -e '/pedantic/d' -e 's/$(CFLAGS)/$(CFLAGS) -D$(DB)/' \ + Makefile.Linux > Makefile +} + +src_compile() { + emake || die +} + +src_install () { + dobin antiword + + if [ `use kde` ] + then + dobin kantiword + fi + + 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.33 b/app-text/antiword/files/digest-antiword-0.33 new file mode 100644 index 000000000000..b503ecf6b693 --- /dev/null +++ b/app-text/antiword/files/digest-antiword-0.33 @@ -0,0 +1 @@ +MD5 e2178402066bbb1f5b3a49d47316a1fc antiword-0.33.tar.gz 240684 |