ibus-table-code-1.2.0.20100305.ebuild 528 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="The code tables for IBus-Table"
  4. HOMEPAGE="https://github.com/ibus/ibus/wiki"
  5. SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz"
  6. LICENSE="GPL-3"
  7. SLOT="0"
  8. KEYWORDS="~amd64 ~x86"
  9. IUSE=""
  10. RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912
  11. !>app-i18n/ibus-table-1.3.9"
  12. DEPEND="${RDEPEND}
  13. virtual/pkgconfig"
  14. src_install() {
  15. emake DESTDIR="${D}" install || die
  16. dodoc AUTHORS ChangeLog NEWS README || die
  17. }