pentoo-overlay/net-analyzer/maketh/maketh-0.2.0.ebuild
2025-01-06 10:56:50 +08:00

21 lines
493 B
Bash

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Ethernet packet injector and creator"
HOMEPAGE="http://simpp-kode.tuxfamily.org/maketh/index.html"
SRC_URI="https://dl.packetstormsecurity.net/UNIX/scanners/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_install() {
DESTDIR="${D}" emake -j1 install || die "install failed"
dodoc README NEWS ChangeLog INSTALL BUG
}