blob: 709001bcee716c5c1c5b32b9b80e60ddfdf757ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-0.13.8.ebuild,v 1.4 2005/09/02 19:48:55 hansmi Exp $
inherit kde
DESCRIPTION="A collection manager for the KDE environment."
HOMEPAGE="http://www.periapsis.org/tellico"
SRC_URI="http://www.periapsis.org/tellico/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc sparc x86"
IUSE="yaz"
DEPEND=">=dev-libs/libxml2-2.4.23
>=dev-libs/libxslt-1.0.19
|| ( kde-base/libkcddb kde-base/kdemultimedia )
media-libs/taglib
yaz? ( dev-libs/yaz )"
need-kde 3.2
|