mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
sftf: removed from tree
This commit is contained in:
parent
f446ecd81c
commit
21fedd26c3
4 changed files with 0 additions and 37 deletions
|
|
@ -1,3 +0,0 @@
|
|||
MD5 b69be027c87721d3f8429fd5c5a8bdd4 files/digest-sftf-0.9.3 62
|
||||
MD5 09c11289cc8bb250d13ed5c1c1c73e6d files/sftf 38
|
||||
MD5 a2d19e3f43dd1661915a82bf7f139ca6 sftf-0.9.3.ebuild 636
|
||||
|
|
@ -1 +0,0 @@
|
|||
MD5 757adc3faae218866963766e027d8aca SFTF-0.9.3.tar.gz 137057
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /opt/sftf/
|
||||
./SFTF.py $@
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/app-fuz/sftf/sftf-0.9.3.ebuild,v 1.1.1.1 2006/03/21 13:40:40 grimmlin Exp $
|
||||
|
||||
DESCRIPTION="SFTF is a SIP user agent fuzzer"
|
||||
HOMEPAGE="http://www.sipfoundry.org/sftf/index.html"
|
||||
MY_P="SFTF"
|
||||
SRC_URI="http://www.sipfoundry.org/pub/${MY_P}/${MY_P}-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/${MY_P}-${PV}
|
||||
|
||||
src_compile () {
|
||||
einfo "Nothing to compile"
|
||||
}
|
||||
|
||||
src_install () {
|
||||
insinto /opt/${PN}/
|
||||
insopts -m0755
|
||||
doins -r *.py BodyParser/ UserAgentBasicTestSuite/ HFH/
|
||||
dodoc TODO Docs/* UserAgentBasicTestSuite/case_template
|
||||
dosbin "${FILESDIR}"/sftf
|
||||
}
|
||||
Loading…
Reference in a new issue