diff options
Diffstat (limited to 'kde-misc/tellico/tellico-0.13.1.ebuild')
-rw-r--r-- | kde-misc/tellico/tellico-0.13.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-misc/tellico/tellico-0.13.1.ebuild b/kde-misc/tellico/tellico-0.13.1.ebuild new file mode 100644 index 000000000000..61f6ef454664 --- /dev/null +++ b/kde-misc/tellico/tellico-0.13.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-0.13.1.ebuild,v 1.1 2004/12/12 20:37:23 carlo 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" + +KEYWORDS="~x86 ~sparc ~ppc ~amd64" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" + +DEPEND=">=dev-libs/libxml2-2.4.23 + >=dev-libs/libxslt-1.0.19 + kde-base/kdemultimedia" + +need-kde 3.2 |