spiderfoot-paketlendi.

This commit is contained in:
milisman 2016-05-27 23:43:46 +03:00
parent acee541e63
commit 5d570ac011
3 changed files with 34 additions and 1 deletions

View File

@ -15,7 +15,7 @@ tee "$name/talimat" > /dev/null <<EOF
# description:$desc
# url:$url
# packager:$packager
# depends on:
# Depends on:
name=$name
version=$version

View File

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

View File

@ -0,0 +1,23 @@
# 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 deps)
#python modulleri yukleme
pip2 install -r deps
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
}