diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-29 20:15:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-29 20:15:20 +0000 |
commit | 6e27671f201cddcba1d9e56d5656baaa8e7a1502 (patch) | |
tree | 4a8e867e3c416c121ec6bd6f8d6b6f8644bb9bf4 /app-text/o3read | |
parent | New version (diff) | |
download | historical-6e27671f201cddcba1d9e56d5656baaa8e7a1502.tar.gz historical-6e27671f201cddcba1d9e56d5656baaa8e7a1502.tar.bz2 historical-6e27671f201cddcba1d9e56d5656baaa8e7a1502.zip |
cleanups
Diffstat (limited to 'app-text/o3read')
-rw-r--r-- | app-text/o3read/o3read-0.0.3.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-text/o3read/o3read-0.0.3.ebuild b/app-text/o3read/o3read-0.0.3.ebuild index ad697138d753..f11858372aea 100644 --- a/app-text/o3read/o3read-0.0.3.ebuild +++ b/app-text/o3read/o3read-0.0.3.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/o3read-0.0.3.ebuild,v 1.1 2002/11/28 23:39:10 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/o3read-0.0.3.ebuild,v 1.2 2002/11/29 20:15:20 vapier Exp $ DESCRIPTION="Converts OpenOffice formats to text or HTML." HOMEPAGE="http://siag.nu/o3read/" -SRC_URI="http://siag.nu/pub/o3read/o3read-0.0.3.tar.gz" -LICENSE="GPL-2" +SRC_URI="http://siag.nu/pub/o3read/${P}.tar.gz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="app-arch/unzip" -S=${WORKDIR}/${P} +DEPEND="app-arch/unzip" src_compile() { emake || die @@ -22,5 +21,3 @@ src_install() { dobin o3read o3totxt o3tohtml utf8tolatin1 doman o3read.1 o3tohtml.1 o3totxt.1 utf8tolatin1.1 } - - |