ibus-table-latin-1.2.0.20100305.ebuild 500 B

12345678910111213141516171819202122
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="The Latin 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. DEPEND="${RDEPEND}
  12. virtual/pkgconfig"
  13. src_install() {
  14. emake DESTDIR="${D}" install || die
  15. dodoc AUTHORS ChangeLog NEWS README || die
  16. }