spiderfoot-virtualenv.paketlendi
This commit is contained in:
parent
49c2dad700
commit
ebf82fd7fe
|
@ -0,0 +1,10 @@
|
|||
M2Crypto
|
||||
netaddr
|
||||
pydns
|
||||
cherrypy
|
||||
mako
|
||||
pysocks
|
||||
pyPdf
|
||||
metapdf
|
||||
openxmllib
|
||||
stem
|
|
@ -0,0 +1,2 @@
|
|||
pip_kur
|
||||
pip2 install virtualenv
|
|
@ -0,0 +1,25 @@
|
|||
# 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/
|
||||
}
|
||||
|
Loading…
Reference in New Issue