diff options
Diffstat (limited to 'media-gfx/qiv/qiv-1.7-r3.ebuild')
-rw-r--r-- | media-gfx/qiv/qiv-1.7-r3.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/media-gfx/qiv/qiv-1.7-r3.ebuild b/media-gfx/qiv/qiv-1.7-r3.ebuild index a656b25919d9..82b69e46555b 100644 --- a/media-gfx/qiv/qiv-1.7-r3.ebuild +++ b/media-gfx/qiv/qiv-1.7-r3.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Thread <thread@threadbox.net> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.1 2002/04/13 00:22:37 seemant Exp $ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.1.1.1 2005/11/30 09:37:35 chriswhite Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Quick Image Viewer" SRC_URI="http://www.klografx.net/qiv/download/${P}-src.tgz" -HOMEPAGE="http://www.klografx.net/qiv" +HOMEPAGE="http://www.klografx.net/qiv/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc alpha sparc" +IUSE="" DEPEND="media-libs/libpng >=media-libs/tiff-3.5.5 >=media-libs/imlib-1.9.10 virtual/x11" - src_compile() { make || die } |