blob: 2dd436ffa059f2915b2699b0ee37963ef6d37587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/ipodslave/ipodslave-0.7.3.ebuild,v 1.5 2009/11/11 02:02:04 ssuominen Exp $
ARTS_REQUIRED=never
inherit kde
DESCRIPTION="KDE ioslave for managing the Apple iPod"
HOMEPAGE="http://sourceforge.net/projects/kpod"
SRC_URI="mirror://sourceforge/kpod/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="media-libs/id3lib"
need-kde 3.5
|