mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
voiphopper: updates
This commit is contained in:
parent
13a055abd8
commit
e9e81ac763
2 changed files with 13 additions and 3 deletions
11
net-analyzer/voiphopper/metadata.xml
Normal file
11
net-analyzer/voiphopper/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">voiphopper</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
|
|
@ -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,12 +7,11 @@ inherit linux-info flag-o-matic
|
||||||
|
|
||||||
DESCRIPTION="VoIP Hopper is a tool that rapidly runs a VLAN Hop into the Voice VLAN"
|
DESCRIPTION="VoIP Hopper is a tool that rapidly runs a VLAN Hop into the Voice VLAN"
|
||||||
HOMEPAGE="http://voiphopper.sourceforge.net/"
|
HOMEPAGE="http://voiphopper.sourceforge.net/"
|
||||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 x86"
|
KEYWORDS="amd64 x86"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="net-libs/libpcap
|
DEPEND="net-libs/libpcap
|
||||||
net-libs/libtirpc"
|
net-libs/libtirpc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue