qimhangul-0.2.0.ebuild 385 B

123456789101112131415161718
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="a qt-based imhangul"
  5. HOMEPAGE="https://code.google.com/p/qimhangul/"
  6. SRC_URI="https://qimhangul.googlecode.com/files/${P}.tar.gz"
  7. LICENSE="LGPL-3"
  8. SLOT="0"
  9. KEYWORDS="amd64"
  10. IUSE=""
  11. DEPEND=">=app-i18n/libhangul-0.0.12
  12. dev-qt/qtgui:4"
  13. RDEPEND="${DEPEND}"