libdisasm-0.23.ebuild 405 B

1234567891011121314
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. DESCRIPTION="Provides basic disassembly of Intel x86 instructions from a binary stream"
  5. HOMEPAGE="http://bastard.sourceforge.net/libdisasm.html"
  6. SRC_URI="mirror://sourceforge/project/bastard/${PN}/${PV}/${P}.tar.gz"
  7. LICENSE="Clarified-Artistic"
  8. SLOT="0"
  9. KEYWORDS="-* ~amd64 ~x86"
  10. IUSE=""