summaryrefslogtreecommitdiff
blob: 7016ea0bb5286a455e3f6c03a9f329631822b78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils multilib

DESCRIPTION="A lightweight multi-platform, multi-architecture disassembly framework"
HOMEPAGE="http://www.capstone-engine.org/"
SRC_URI="https://github.com/aquynh/capstone/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0/3"
KEYWORDS="~amd64 ~arm ~x86"
#IUSE="python"

#RDEPEND="python? ( >=dev-python/capstone-python-${PV} )"
DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
		emake DESTDIR="${ED}" LIBDIRARCH=$(get_libdir) install
		dodoc README
}