mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
added maketh, ethernet packet injector/creator
This commit is contained in:
parent
ee5f4dd126
commit
50e3e34781
2 changed files with 22 additions and 0 deletions
2
net-analyzer/maketh/Manifest
Normal file
2
net-analyzer/maketh/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST maketh-0.2.0.tar.gz 142452 RMD160 e7f8b48f5927d21217b1e5f82a5a0027a3341974 SHA1 0f3041f4a6e830315e5ab2a96e55402bcfc9d07a SHA256 fcd2ba269e5c541646b2874723668d8c8656cae4f6c604d2f5778f33603c4cf8
|
||||
EBUILD maketh-0.2.0.ebuild 507 RMD160 d59bca2468ad9ace6b1ca9461b9b482337ff1b15 SHA1 dbea38aff2b9b4f62d3314cb2cc0fe51f2ea28dc SHA256 6078772a8b373fe5bff76fd6a82e059fb886e4ef0c22caf04c0782f3f1fd0670
|
||||
20
net-analyzer/maketh/maketh-0.2.0.ebuild
Normal file
20
net-analyzer/maketh/maketh-0.2.0.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="Ethernet packet injector and creator"
|
||||
HOMEPAGE="http://simpp-kode.tuxfamily.org/maketh/index.html"
|
||||
SRC_URI="http://simpp-kode.tuxfamily.org/maketh/archive/maketh-0.2.0.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
|
||||
}
|
||||
Loading…
Reference in a new issue