2023-12-25 11:46:50 +03:00
|
|
|
# Copyright 1999-2023 Gentoo Authors
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2023-12-25 11:46:50 +03:00
|
|
|
EAPI=8
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
inherit toolchain-funcs
|
|
|
|
|
|
|
|
DESCRIPTION="USB Reverse engineering tools"
|
2023-12-25 11:46:50 +03:00
|
|
|
HOMEPAGE="https://usb-robot.sourceforge.net/"
|
2011-11-09 11:33:19 +04:00
|
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="amd64 ppc x86"
|
|
|
|
|
|
|
|
DEPEND="virtual/libusb:0
|
2021-06-20 22:39:14 +03:00
|
|
|
sys-libs/readline:="
|
2011-11-09 11:33:19 +04:00
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
src_compile() {
|
2018-05-29 10:01:58 +03:00
|
|
|
emake CC="$(tc-getCC)"
|
2011-11-09 11:33:19 +04:00
|
|
|
}
|