# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-mtp/kio-mtp-0.75_p20130912.ebuild,v 1.1 2013/09/26 18:23:07 johu Exp $ EAPI=5 inherit kde4-base DESCRIPTION="MTP KIO-Client for KDE" HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp" SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.gz" LICENSE="GPL-2+" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND=" >=media-libs/libmtp-1.1.3 " RDEPEND="${DEPEND}"