Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / recipes / thc / thcrut_1.2.5.bb
1 DESCRIPTION = "RUT (aRe-yoU-There) RUT gathers informations from local and remote networks"
2 SECTION = "console/network"
3 DEPENDS = "libpcre openssl libnet libpcap"
4 HOMEPAGE = "http://thc.org/thc-rut/"
5 LICENSE = "GPL"
6 PR = "r1"
7
8 SRC_URI = "http://packetstorm.linuxsecurity.com/groups/thc/thcrut-1.2.5.tar.gz \
9            file://configure_in.patch;patch=1;pnum=0"
10
11 S = "${WORKDIR}/thcrut-${PV}"
12
13 inherit autotools
14
15 EXTRA_OECONF = "--with-ssl=${STAGING_LIBDIR}/.."
16