mecab-unidic-2.1.2.ebuild 411 B

12345678910111213141516171819
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. MY_P="unidic-mecab-${PV}_src"
  5. DESCRIPTION="IPA dictionary for MeCab"
  6. HOMEPAGE="https://osdn.jp/projects/unidic/"
  7. SRC_URI="mirror://sourceforge.jp/unidic/58338/${MY_P}.zip"
  8. LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. IUSE=""
  12. DEPEND="app-text/mecab"
  13. S="${WORKDIR}/${MY_P}"