# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit cmake-utils DESCRIPTION="A free, open-source Japanese dictionary and kanji lookup tool" HOMEPAGE="http://www.tagaini.net/" SRC_URI="https://github.com/Gnurou/tagainijisho/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-qt/qtcore:4 dev-qt/qtgui:4 dev-db/sqlite:3" DEPEND="${RDEPEND}"