spiderfoot.ertelendi

This commit is contained in:
milisarge 2017-03-07 22:01:00 +02:00
parent 1c1b7c22ad
commit 0a54849500
5 changed files with 0 additions and 73 deletions

View File

@ -1,10 +0,0 @@
M2Crypto
netaddr
pydns
cherrypy
mako
pysocks
pyPdf
metapdf
openxmllib
stem

View File

@ -1,2 +0,0 @@
pip_kur
pip2 install virtualenv

View File

@ -1,25 +0,0 @@
# description: SpiderFoot, the open source footprinting and intelligence-gathering tool.
# url:https://github.com/smicallef/spiderfoot
# packager:milisarge
# Depends on: python swig libxslt
name=spiderfoot-virtualenv
version=v2.6.1-final
release=1
source=(https://github.com/smicallef/spiderfoot/archive/v2.6.1-final.tar.gz deps)
build () {
pip_kur
pip2 install virtualenv
mkdir -p $PKG/usr/share/$name
cd $PKG/usr/share/$name
virtualenv --python=python2.7 env
#python modulleri yukleme
env/bin/pip2 install -r $SRC/deps
cd -
cp -r spiderfoot-2.6.1-final/* $PKG/usr/share/$name/
}

View File

@ -1,13 +0,0 @@
tee /tmp/py2deps > /dev/null <<EOF
M2Crypto
netaddr
pydns
cherrypy
mako
pysocks
pyPdf
metapdf
openxmllib
stem
EOF
pip2 install -r /tmp/py2deps

View File

@ -1,23 +0,0 @@
# description: SpiderFoot, the open source footprinting and intelligence-gathering tool.
# url:https://github.com/smicallef/spiderfoot
# packager:milisarge
# Depends on: python swig libxslt
name=spiderfoot
version=v2.6.1-final
release=1
source=(https://github.com/smicallef/spiderfoot/archive/v2.6.1-final.tar.gz)
#python modulleri yukleme
pip2 install -r /tmp/py2deps
build () {
#mv /sources/v2.6.1-final.tar.gz /sources/spiderfoot-v2.6.1-final.tar.gz
mkdir -p $PKG/usr/lib/python2.7/site-packages/
mkdir -p $PKG/usr/share/
cp -r spiderfoot-* $PKG/usr/share/$name
}