# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ DESCRIPTION="SIP login dumper/cracker" HOMEPAGE="http://www.remote-exploit.org/codes_sipcrack.html" SRC_URI="http://www.remote-exploit.org/codes/sipcrack/SIPcrack-${PV}.tar.gz" LICENSE="as-is" DEPEND="dev-libs/openssl" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" RESTRICT="nomirror" S=${WORKDIR}/SIPcrack-${PV} src_install() { dobin sipcrack sipdump dodoc CHANGELOG LICENSE README USAGE_EXAMPLES }