mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
SIPcrack: EAPI bump, fix repo.eapi-banned
This commit is contained in:
parent
d78c0a9e3d
commit
456c533e84
3 changed files with 20 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
DIST SIPcrack-0.4.tar.gz 19387 SHA256 867e292e4f06ac3f5e36bc5bf7cbf790402c16456bb754dfed7b487c172897a4
|
||||
DIST SIPcrack-0.4.tar.gz 19387 BLAKE2B 355a11f5c1fcf17099d07b74c4a99934dbad83164dadce5cab49ef454edbab98cec7d98971f207605f630e9962f2ef16fdf425d6152eec38321c29715d09f407 SHA512 8edca119c8593b186b99203f70666a5b91b2bf20455f53b6016802082dc6a993e3f07bc9089a14b3b88773658276d82a68668027eba8994963e571da4ec41677
|
||||
|
|
|
|||
|
|
@ -1,29 +1,33 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs eutils
|
||||
|
||||
DESCRIPTION="SIPcrack is a SIP protocol login cracker"
|
||||
HOMEPAGE="http://www.remote-exploit.org/?page_id=418 -gone"
|
||||
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 ~ppc ~x86 ~arm"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-libs/libpcap"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i 's|${FLAGS}|${CFLAGS} ${LDFLAGS}|g' Makefile
|
||||
sed -i \
|
||||
-e 's|${FLAGS}|${CFLAGS} ${LDFLAGS}|g' \
|
||||
-e 's|strip sipcrack sipdump||' \
|
||||
Makefile || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -e CC="$(tc-getCC)" || die "emake failed"
|
||||
emake -e CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
8
app-crypt/SIPcrack/metadata.xml
Normal file
8
app-crypt/SIPcrack/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue