spiderfoot-virtualenv.paketlendi

This commit is contained in:
milisman 2016-05-29 05:45:12 +03:00
parent 49c2dad700
commit ebf82fd7fe
3 changed files with 37 additions and 0 deletions

View File

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

View File

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

View File

@ -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/
}