summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-27 09:27:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-27 09:27:06 +0000
commitfb2dff4a7d2415d4adc4fe5f8388470773e0ec22 (patch)
tree64ac458685ebd3d1047c6d5d101e7fde82938fed /app-text/mgv
parentversion bump & cleanup (diff)
downloadgentoo-2-fb2dff4a7d2415d4adc4fe5f8388470773e0ec22.tar.gz
gentoo-2-fb2dff4a7d2415d4adc4fe5f8388470773e0ec22.tar.bz2
gentoo-2-fb2dff4a7d2415d4adc4fe5f8388470773e0ec22.zip
cleanup
Diffstat (limited to 'app-text/mgv')
-rw-r--r--app-text/mgv/mgv-3.1.5.ebuild24
1 files changed, 10 insertions, 14 deletions
diff --git a/app-text/mgv/mgv-3.1.5.ebuild b/app-text/mgv/mgv-3.1.5.ebuild
index 91507a80f3d3..b4136ea576f0 100644
--- a/app-text/mgv/mgv-3.1.5.ebuild
+++ b/app-text/mgv/mgv-3.1.5.ebuild
@@ -1,33 +1,29 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
+# Author: Desktop Team <desktop@gentoo.org>
# /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/mgv-3.1.5.ebuild,v 1.4 2001/08/31 03:23:38 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/mgv-3.1.5.ebuild,v 1.5 2002/04/27 09:27:06 seemant Exp $
-#P=
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Gv is a Motif PostScript viewer loosely based on Ghostview"
-SRC_URI="http://www.trends.net/~mu/srcs/${A}"
+SRC_URI="http://www.trends.net/~mu/srcs/${P}.tar.gz"
HOMEPAGE="http://www.trends.net/~mu/mgv.html"
DEPEND=">=app-text/ghostscript-3.33
- x11-libs/openmotif"
+ x11-libs/openmotif"
src_compile() {
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
- try make
+ econf || die
+ make || die
}
src_install () {
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS README
- docinto sgml
- dodoc doc/*.sgml
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+ dohtml doc/*.sgml
}
-