5 pkgdesc="Next generation web scanner that identifies what websites are running."
8 url="http://www.morningstarsecurity.com/research/whatweb"
11 _gitroot="git://github.com/urbanadventurer/WhatWeb.git"
16 msg "Connecting to GIT server...."
18 if [ -d "${srcdir}/${_gitname}" ] ; then
19 cd ${_gitname} && git pull --rebase
21 git clone ${_gitroot} ${_gitname}
24 msg "GIT checkout done or server timeout"
25 msg "Starting make..."
27 cd ${srcdir}/whatweb || return 1
28 sed -i 's/TODO //g' Makefile
30 sed 's#/usr/bin/env ruby#/opt/ruby1.8/bin/ruby#g' -i ${pkgdir}/usr/bin/whatweb
37 # vim:set ts=2 sw=2 et: