# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit qmake-utils git-r3 DESCRIPTION="Mimetype library for QT4" HOMEPAGE="https://qt.gitorious.org/" EGIT_REPO_URI="git://gitorious.org/qtplayground/mimetypes.git" KEYWORDS="~amd64 ~arm ~x86" LICENSE="LGPL-2.1+" SLOT="0" IUSE="" DEPEND="dev-qt/qtcore:4" RDEPEND="${DEPEND}" src_prepare() { eqmake4 "${S}/qtmimetypes.pro" } src_install() { emake INSTALL_ROOT="${D}" install }