mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
hyenae: updates
This commit is contained in:
parent
f7d20c1526
commit
1ceb4a8da0
3 changed files with 15 additions and 6 deletions
|
|
@ -1 +1 @@
|
||||||
DIST hyenae-0.36-1.tar.gz 156443 SHA256 8f752061c0ba8ce3e771bf03b1d9c18849d7e1d91751323971e42695ac277db8 SHA512 5626ea29a753c9e5187e02fb302f339cc59a8d837f5b1f66dade642fc83ea3ad8ce0bba22610fb7596d58ba5db730cc3eea5fb9d4d035ef893e33b2bc3359fb1 WHIRLPOOL e894d77a4078345bc428fe1691dbeaa2240c2bc4ce849621d761a6ee6691570a853b5290d013f4e49813259abc94159f317750c47726bcb5f21c05aca3efaeb1
|
DIST hyenae-0.36-1.tar.gz 156443 BLAKE2B 0d0871b836e0654c691e208bae8da0f6636c8050dbc9210375aa321d8f4c3f2db06730f099fdf943e065dd9f5bbb6fc4b95b5eb384ed135cd26e12a2f77b6f95 SHA512 5626ea29a753c9e5187e02fb302f339cc59a8d837f5b1f66dade642fc83ea3ad8ce0bba22610fb7596d58ba5db730cc3eea5fb9d4d035ef893e33b2bc3359fb1
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2023 Gentoo Foundation
|
# Copyright 1999-2024 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
@ -7,20 +7,18 @@ MY_P=${PN}-$(ver_rs 2- '-')
|
||||||
|
|
||||||
DESCRIPTION="a highly flexible packet generator"
|
DESCRIPTION="a highly flexible packet generator"
|
||||||
HOMEPAGE="http://sourceforge.net/projects/hyenae/"
|
HOMEPAGE="http://sourceforge.net/projects/hyenae/"
|
||||||
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz"
|
||||||
|
|
||||||
|
S=${WORKDIR}/${MY_P}
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="dev-libs/libdnet
|
DEPEND="dev-libs/libdnet
|
||||||
net-libs/libpcap
|
net-libs/libpcap
|
||||||
dev-libs/libnl"
|
dev-libs/libnl"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
S=${WORKDIR}/${MY_P}
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
sed -e 's|$(DESTDIR)$(bindir)|$(DESTDIR)$(sbindir)|' -i src/Makefile.in || die "sed Makefile failed"
|
sed -e 's|$(DESTDIR)$(bindir)|$(DESTDIR)$(sbindir)|' -i src/Makefile.in || die "sed Makefile failed"
|
||||||
default
|
default
|
||||||
|
|
|
||||||
11
net-analyzer/hyenae/metadata.xml
Normal file
11
net-analyzer/hyenae/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>noone@pentoo.org</email>
|
||||||
|
<name>No One</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="sourceforge">hyenae</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Loading…
Reference in a new issue