blob: a7d9df156df97de7b652a4bb43258c1789b550bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.9.3.ebuild,v 1.3 2004/10/19 10:32:36 absinthe Exp $
inherit kde
DESCRIPTION="feature-rich image viewer for KDE"
SRC_URI="http://www.jalix.org/projects/showimg/download/${PVR}/${P}.tar.gz"
HOMEPAGE="http://www.jalix.org/projects/showimg/"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ~ppc"
IUSE=""
SLOT="0"
DEPEND="kde-base/kdebase"
RDEPEND="kde-base/kdebase"
need-kde 3.1
|