blob: 802528e07a28670c2877c5ce9fd2f92625e9b535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.8.0.ebuild,v 1.1 2003/10/23 16:54:15 caleb Exp $
inherit kde-base
need-kde 3.1
DESCRIPTION="feature-rich image viewer for KDE"
SRC_URI="http://www.jalix.org/projects/showimg/download/${PVR}/${P}.tar.bz2"
HOMEPAGE="http://www.jalix.org/projects/showimg/"
LICENSE="GPL-2"
KEYWORDS="x86"
|