diff options
Diffstat (limited to 'app-text/catdoc/catdoc-0.93.4.ebuild')
-rw-r--r-- | app-text/catdoc/catdoc-0.93.4.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-text/catdoc/catdoc-0.93.4.ebuild b/app-text/catdoc/catdoc-0.93.4.ebuild deleted file mode 100644 index 6537493ac2a4..000000000000 --- a/app-text/catdoc/catdoc-0.93.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.93.4.ebuild,v 1.7 2007/07/12 04:37:47 mr_bones_ Exp $ - -DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text" -HOMEPAGE="http://www.45.free.net/~vitus/software/catdoc/" -SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -IUSE="tk" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -DEPEND="tk? ( >=dev-lang/tk-8.1 )" - -DOCS="CODING.STD CREDITS NEWS README TODO" - -src_compile() { - - local myconf="--with-install-root=${D}" - - use tk \ - && myconf="${myconf} --with-wish=/usr/bin/wish" \ - || myconf="${myconf} --disable-wordview" - - econf ${myconf} || die - emake LIB_DIR=/usr/share/catdoc || die - -} - -src_install() { - - make mandir=/usr/share/man/man1 install || die - dodoc ${DOCS} - -} |