diff options
Diffstat (limited to 'media-gfx/gliv/gliv-1.4.5.ebuild')
-rw-r--r-- | media-gfx/gliv/gliv-1.4.5.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/gliv/gliv-1.4.5.ebuild b/media-gfx/gliv/gliv-1.4.5.ebuild deleted file mode 100644 index 196c6dfb55a4..000000000000 --- a/media-gfx/gliv/gliv-1.4.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.4.5.ebuild,v 1.2 2002/01/19 13:01:14 azarah Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An image viewer that uses OpenGL" -SRC_URI="http://gliv.tuxfamily.org/gliv-${PV}.tar.bz2" -HOMEPAGE="http://gliv.tuxfamily.org" - -#seems new version *needs* ImageMagick allthough the docs state -#otherwise -DEPEND="x11-libs/gtk+ - media-gfx/imagemagick - media-libs/gdk-pixbuf - x11-libs/gtkglarea - virtual/opengl" - - -src_compile() { - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --host=${CHOST} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install || die - - dodoc COPYING README NEWS THANKS -} - |