ibus-table-chinese-1.4.6.ebuild 509 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit cmake-utils
  5. DESCRIPTION="Chinese input tables for ibus-table"
  6. HOMEPAGE="https://github.com/definite/ibus-table-chinese"
  7. MY_P="${P}-Source"
  8. SRC_URI="https://ibus.googlecode.com/files/${MY_P}.tar.gz"
  9. LICENSE="GPL-3"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE=""
  13. RDEPEND=">=app-i18n/ibus-table-1.2.0"
  14. DEPEND="${RDEPEND}
  15. dev-util/cmake-fedora"
  16. CMAKE_IN_SOURCE_BUILD=1
  17. S="${WORKDIR}/${MY_P}"