dev-libs/capstone: use upstream build system

Makefile-based build system does proper soname versioning

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Sergei Trofimovich
2016-06-04 12:59:04 +01:00
parent d253bf9ddb
commit c5f81a53b5

View File

@@ -3,19 +3,14 @@
# $Id$
EAPI=6
inherit cmake-utils flag-o-matic
DESCRIPTION="disassembly/disassembler framework + bindings"
HOMEPAGE="http://www.capstone-engine.org/"
SRC_URI="https://github.com/aquynh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
SLOT="0/3" # libcapstone.so.3
KEYWORDS="~amd64 ~x86"
RDEPEND=""
DEPEND="${RDEPEND}"
src_test() {
cmake-utils_src_make test
}