From b34bc5cd3f3a29508da09a1292fe6d6bd5d170a6 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 29 Aug 2019 13:03:35 -0400 Subject: [PATCH] proxmark3: more files --- net-wireless/proxmark3/proxmark3-9999.ebuild | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/net-wireless/proxmark3/proxmark3-9999.ebuild b/net-wireless/proxmark3/proxmark3-9999.ebuild index f0c7c9f07..e7f3d0ed4 100644 --- a/net-wireless/proxmark3/proxmark3-9999.ebuild +++ b/net-wireless/proxmark3/proxmark3-9999.ebuild @@ -30,8 +30,7 @@ RDEPEND="virtual/libusb:0 dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtgui:5 - sys-libs/readline:= - dev-util/astyle" + sys-libs/readline:=" DEPEND="${RDEPEND} firmware? ( sys-devel/gcc-arm-none-eabi:0 )" @@ -53,11 +52,11 @@ src_compile(){ elif use standalone-hf-young; then echo 'STANDALONE=HF_YOUNG' >> Makefile.platform elif use standalone-hf-mattyrun; then - echo 'STANDALONE=hf-mattyrun' >> Makefile.platform + echo 'STANDALONE=HF_MATTYRUN' >> Makefile.platform elif use standalone-hf-colin; then - echo 'STANDALONE=hf_colin' >> Makefile.platform + echo 'STANDALONE=HF_COLIN' >> Makefile.platform elif use standalone-hf-bog; then - echo 'STANDALONE=hf_bog' >> Makefile.platform + echo 'STANDALONE=HF_BOG' >> Makefile.platform else echo 'STANDALONE=' >> Makefile.platform fi @@ -79,6 +78,7 @@ src_install(){ #install some tools exeinto /usr/share/proxmark3/tools doexe tools/mfkey/mfkey{32,64} + #doexe tools/mfkey32v2 doexe tools/nonce2key/nonce2key fi #install main lua and scripts @@ -86,6 +86,12 @@ src_install(){ doins client/lualibs/* insinto /usr/share/proxmark3/luascripts doins client/luascripts/* + insinto /usr/share/proxmark3/dictionaries + doins client/dictionaries/* + insinto /usr/share/proxmark3/hardnested + doins client/hardnested/* + insinto /usr/share/proxmark3/traces + doins traces/* if use firmware; then exeinto /usr/share/proxmark3/firmware doexe client/flasher