diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-03-04 23:56:08 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-03-04 23:56:08 +0000 |
commit | a6fb9e2a71b69ad543ae40055302b8dce06ccf09 (patch) | |
tree | 3ff7b369893a07b2760cb15f1e1dc6260632a761 /media-gfx/gliv/gliv-1.3.1.ebuild | |
parent | Remasking glibc-2.2.5 and portage-1.8.9_preWhatever. (diff) | |
download | gentoo-2-a6fb9e2a71b69ad543ae40055302b8dce06ccf09.tar.gz gentoo-2-a6fb9e2a71b69ad543ae40055302b8dce06ccf09.tar.bz2 gentoo-2-a6fb9e2a71b69ad543ae40055302b8dce06ccf09.zip |
new version; removed older
Diffstat (limited to 'media-gfx/gliv/gliv-1.3.1.ebuild')
-rw-r--r-- | media-gfx/gliv/gliv-1.3.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/media-gfx/gliv/gliv-1.3.1.ebuild b/media-gfx/gliv/gliv-1.3.1.ebuild deleted file mode 100644 index b3c610a68a07..000000000000 --- a/media-gfx/gliv/gliv-1.3.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> - -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" - -DEPEND="media-libs/imlib2 - x11-libs/gtkglarea - virtual/opengl" - -src_compile() { - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --host=${CHOST} || die - - make || die -} - -src_install () { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install || die - - dodoc COPYING README NEWS THANKS -} - |