blob: 9b244664b8f3cac9de5a07d865985b7543cd8706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/kover/kover-2.9.3.ebuild,v 1.9 2004/04/28 21:59:05 avenj Exp $
inherit kde
need-kde 3
DESCRIPTION="KDE program for CD Cover Creation"
SRC_URI="http://lisas.de/kover/${P}.tar.gz"
HOMEPAGE="http://lisas.de/kover/"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~sparc amd64"
DEPEND="media-libs/libvorbis
media-libs/tiff
media-libs/jpeg
media-libs/libpng
sys-libs/zlib"
|