jnr-x86asm-1.0.2-r1.ebuild 530 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. JAVA_PKG_IUSE="doc source"
  5. inherit java-pkg-2 java-pkg-simple
  6. DESCRIPTION="A pure-java port of asmjit"
  7. HOMEPAGE="https://github.com/jnr/jnr-x86asm"
  8. SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.zip -> ${P}.zip"
  9. LICENSE="MIT"
  10. SLOT="1.0"
  11. KEYWORDS="amd64 ppc64 x86"
  12. IUSE=""
  13. DEPEND=">=virtual/jdk-1.6"
  14. RDEPEND=">=virtual/jre-1.6"
  15. S="${WORKDIR}/${P}"
  16. JAVA_SRC_DIR="src/main/java"
  17. JAVA_ANT_ENCODING="UTF-8"