mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
capstone: bump
This commit is contained in:
parent
105478b31d
commit
f27aadbc73
3 changed files with 41 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST capstone-2.1.2.tar.gz 1366145 SHA256 5312ba5fc09fe193f7fc2fd6cbbc34b6ea7a7b002c0fd7acb2b38ee6c492fb9c SHA512 220d937b49a0716b633bc4ffe25c5db11812ec6343f76caa10fcd00f03507f636089d3ce90d5a0423a8b4d003a9f2f0cac16cb80908925393daa09f3d8449672 WHIRLPOOL fc2994b8bffc5a9f03ae4cecead1327e13b374e3e75b8c4f7dc2751be3a26d57420ed841d791543d664c26820d4a6ad433e440d63b404674e552ea0ba517cead
|
||||
EBUILD capstone-2.1.2-r1.ebuild 1016 SHA256 2c051bf85c69cd9e430ab37f7df2544b6ea483dd37c30cdc3878ae8f7e724ca6 SHA512 dc21b3f433968727e66dda011b09667fb327fd71b377786e6afa38e28c9fe50ccd82dd5c6118c10e6b130ec0c13318df0c7a1a7ce99cc884d4e42820b517cfd2 WHIRLPOOL 7ebb21e589099b4d12ab430027484040b70b7f0090bbcf92a93afeb400114079196db0fecb7d93782935719be7fe70b17577ca09e3eecb22ac95400535c0e152
|
||||
EBUILD capstone-2.1.2_p20140711.ebuild 1072 SHA256 42c2db558169cefb9c4ea681794fea64150c08a0555dfa2e6e3902dfbc4a488d SHA512 b613581026dadae3e6400e913f7f639c56de056bfee2fe2133d0b458d102e8c6d743769bb8714125d0c7d145bfedf8baf421f92a94d832a14a801615307e0c56 WHIRLPOOL 57644bad5b8842fa8da108f0881aa2637f3d4e1e72659144b05aaa17fe9542c9e0ce02258c9953bbc903d1f261e1529908af8c0a8f091c8813b07a0df8e3a236
|
||||
|
|
|
|||
39
dev-util/capstone/capstone-2.1.2_p20140711.ebuild
Normal file
39
dev-util/capstone/capstone-2.1.2_p20140711.ebuild
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils multilib git-2
|
||||
|
||||
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"
|
||||
EGIT_REPO_URI="https://github.com/aquynh/capstone.git"
|
||||
EGIT_BRANCH="next"
|
||||
EGIT_COMMIT="aa791a2f48383d024bcfbae1542f5f2d05b27642"
|
||||
|
||||
#IUSE="python"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
#RDEPEND="python? ( >=dev-python/capstone-python-${PV} )"
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
#TODO: add java and ocaml bindings
|
||||
|
||||
src_prepare() {
|
||||
#upstream bug: https://github.com/aquynh/capstone/issues/92
|
||||
sed -i '/$(MAKE) -C tests/d' Makefile || die "sed failed"
|
||||
sed -i '/$(INSTALL_DATA) lib$(LIBNAME).$(EXT) tests/d' Makefile || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
dodir /usr/share/"${PN}"/
|
||||
cp -R "${S}"/tests "${D}/usr/share/${PN}/" || die "Install failed!"
|
||||
dodoc README
|
||||
}
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
#gnuradio
|
||||
~dev-util/boost-build-1.53.0
|
||||
|
||||
~dev-util/capstone-2.1.2
|
||||
=dev-util/capstone-2.1.2_p201407*
|
||||
~dev-util/radare2-capstone-2.1
|
||||
|
||||
~dev-util/sonarqube-bin-4.3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue