pentoo-overlay/app-forensics/inception/inception-0.4.2.ebuild
2020-02-13 11:49:14 +03:00

31 lines
858 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit linux-info distutils-r1
DESCRIPTION="Firewire physical memory manipulation tool exploiting IEEE 1394 SBP-2 DMA"
HOMEPAGE="http://www.breaknenter.org/projects/inception/"
SRC_URI="https://github.com/carmaa/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="${PYTHON_DEPS}
app-forensics/libforensic1394[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
RESTRICT="binchecks"
#QA_PRESTRIPPED="usr/lib\(32\|64\)\/python\(.*\)\/site-packages/inception/test/samples/ubuntu-11.10-x86-0xbaf.bin
# usr/lib\(32\|64\)\/python\(.*\)\/site-packages/inception/test/samples/linux-mint-12-x86-0xbaf.bin
#"
pkg_setup() {
CONFIG_CHECK=~FIREWIRE_OHCI
linux-info_pkg_setup
}