mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
bumped voiphopper
This commit is contained in:
parent
0617072434
commit
c908f261b4
2 changed files with 27 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
DIST voiphopper-0.9.9.tar.gz 75752 RMD160 7d2534fc070859edc4f6f3a3268936dd2d965e52 SHA1 89e2baf926773db9f96cb9fba0bd0b466a6833f4 SHA256 05b5e07db327f02973449b3813fd53f0769125802a1136efadc8a17e79c3c249
|
||||
DIST voiphopper-1.0.tar.gz 60905 RMD160 bb84e583703381f7c37df4501ffbf8263731bc3d SHA1 ab4d308f943ea032c9b9481d93b28863d90910e6 SHA256 bbd0feec67bfd7c1d2771bd70ff7903d5f97a4abfdb2dfb6f7d121b890e5deef
|
||||
EBUILD voiphopper-0.9.9.ebuild 500 RMD160 0324609e9d7856015855a6ae7e746ac2f4bab675 SHA1 6fe3560cfc07ac9814baa30b084b0be9103818ff SHA256 954d85568e5cefeabc24c92c970471f16d5066fb97e288eac11c6ea16c8c317a
|
||||
EBUILD voiphopper-1.0.ebuild 663 RMD160 94e68bee99b30c177a54bf552b0564c7ea5c4d85 SHA1 a075758e8c97af495f8d6ce03c4c97f49f0514d6 SHA256 b5e9204f13e428119fe0dcc568ebf123c898da8b82a6cb9bda255a33c3d7730e
|
||||
|
|
|
|||
25
net-analyzer/voiphopper/voiphopper-1.0.ebuild
Normal file
25
net-analyzer/voiphopper/voiphopper-1.0.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="VoIP Hopper is a tool that rapidly runs a VLAN Hop into the Voice VLAN"
|
||||
HOMEPAGE="http://voiphopper.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
DEPEND="net-libs/libpcap"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
# remove debug flags and compile with own cflags
|
||||
sed -i "s|-g|$CFLAGS|g" Makefile || die "sed failed"
|
||||
sed -i "s|-c|$CFLAGS -c|g" Makefile || die "sed failed"
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin voiphopper
|
||||
dodoc README
|
||||
}
|
||||
Loading…
Reference in a new issue