app-crypt/SIPcrack - 0.4 (pentoo)

Search

Install

Install this version:

emerge -a =app-crypt/SIPcrack-0.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/SIPcrack-0.4

Or alternatively:

emerge --autounmask-write -a =app-crypt/SIPcrack-0.4

Package Information

Description:
SIPcrack is a SIP protocol login cracker
Homepage:
http://www.remote-exploit.org/?page_id=418
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4 8 ~amd64 ~arm ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="SIPcrack is a SIP protocol login cracker"
HOMEPAGE="http://www.remote-exploit.org/?page_id=418"
SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"

DEPEND="dev-libs/openssl:=
		net-libs/libpcap"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i \
		-e 's|${FLAGS}|${CFLAGS} ${LDFLAGS}|g' \
		-e 's|strip sipcrack sipdump||' \
		Makefile || die

	default
}

src_compile() {
	emake -e CC="$(tc-getCC)"
}

src_install() {
	dobin sipcrack sipdump
	dodoc README USAGE_EXAMPLES
}

Inherited Eclasses

Dependencies

DEPEND

dev-libs/openssl:=
		net-libs/libpcap

RDEPEND

dev-libs/openssl:=
		net-libs/libpcap

Manifest for 0.4

Type File Size Source URLs
DIST SIPcrack-0.4.tar.gz 19387 bytes http://dev.pentoo.ch/~zero/distfiles/SIPcrack-0.4.tar.gz