net-misc/ipdecap: new ebuild
This commit is contained in:
parent
f3aa607261
commit
cd554424b6
BIN
net-misc/ipdecap/.ipdecap-0.7.2.ebuild.swp
Normal file
BIN
net-misc/ipdecap/.ipdecap-0.7.2.ebuild.swp
Normal file
Binary file not shown.
1
net-misc/ipdecap/Manifest
Normal file
1
net-misc/ipdecap/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST ipdecap-0.7.2.tar.gz 825828 BLAKE2B 7d44d05b961111245ff340e99ed20cc2710a1f7cae13a632f3605d704d8164ef20795a2c263c216a5901611ffcfa2ab67c4176314d92227973c83f44d28d4b56 SHA512 0d2bd3db4700bd773f9208eb1543022036d72080f370439cd36153a59207a4b4015aca275c36b6313da3ac6ea626ade2d01b4a86e4839a0fae658bdfa46b4e62
|
24
net-misc/ipdecap/ipdecap-0.7.2.ebuild
Normal file
24
net-misc/ipdecap/ipdecap-0.7.2.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Decapsulate traffic encapsulated traffic from a pcap"
|
||||
HOMEPAGE="https://loicpefferkorn.net/ipdecap-fr/"
|
||||
SRC_URI="https://github.com/lpefferkorn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
12
net-misc/ipdecap/metadata.xml
Normal file
12
net-misc/ipdecap/metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue