blob: 8d84637e52fffc7c0422858a3bd3a7438b6fbfe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.7.ebuild,v 1.9 2002/10/04 05:45:40 vapier Exp $
inherit kde-base || die
need-kde 2.2
S=${WORKDIR}/${P}
DESCRIPTION="ShowImg is a 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"
|