blob: f8b96760699bd6f0401dfa2c59c92154166a14e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SECTION = "console/network"
DEPENDS = "openssl libnet"
HOMEPAGE = "http://www.thc.org
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://packetstorm.linuxsecurity.com/groups/thc/thcrut-1.2.5.tar.gz \
file://configure_in.patch;patch=1;pnum=0"
S = "${WORKDIR}/thcrut-${PV}"
inherit autotools
EXTRA_OECONF = "--with-ssl=${STAGING_LIBDIR}/.."
|