summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-16 10:09:59 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-16 10:09:59 +0000
commit6aa1a7dfe64923ab6b87cedaf77d92e0de415b93 (patch)
treeef0c4d9022d426ca98c0d20d95429836b140cdb9 /app-text/antiword/antiword-0.34.ebuild
parentversion bump (diff)
downloadgentoo-2-6aa1a7dfe64923ab6b87cedaf77d92e0de415b93.tar.gz
gentoo-2-6aa1a7dfe64923ab6b87cedaf77d92e0de415b93.tar.bz2
gentoo-2-6aa1a7dfe64923ab6b87cedaf77d92e0de415b93.zip
version bump
Diffstat (limited to 'app-text/antiword/antiword-0.34.ebuild')
-rw-r--r--app-text/antiword/antiword-0.34.ebuild41
1 files changed, 41 insertions, 0 deletions
diff --git a/app-text/antiword/antiword-0.34.ebuild b/app-text/antiword/antiword-0.34.ebuild
new file mode 100644
index 000000000000..0e5ec6289c6f
--- /dev/null
+++ b/app-text/antiword/antiword-0.34.ebuild
@@ -0,0 +1,41 @@
+# 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.1 2003/09/16 10:09:58 seemant 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="app-text/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
+}