From: Michael Lauer Date: Thu, 3 Feb 2005 18:03:22 +0000 (+0000) Subject: Merge bk://oe-devel@oe-devel.bkbits.net/openembedded X-Git-Tag: Release-2010-05/1~15160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d11077db6f1416c73dae183eb753f345131ddc;p=openembedded.git Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/03 17:14:42+01:00 local!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into marcinj.local:/home/hrw/zaurus/bb/openembedded 2005/02/03 17:14:29+01:00 local!hrw updated kdepimpi to 2.0.2 2005/02/03 16:57:33+01:00 (none)!koen thcrut_1.2.5.bb: add missing depend to thcrut BKrev: 4202676a_7WQHYINjWX3-dE6WcQgxA --- diff --git a/packages/kdepimpi/kdepimpi_2.0.1.bb b/packages/kdepimpi/kdepimpi_2.0.2.bb similarity index 100% rename from packages/kdepimpi/kdepimpi_2.0.1.bb rename to packages/kdepimpi/kdepimpi_2.0.2.bb diff --git a/packages/thcrut/thcrut_1.2.5.bb b/packages/thcrut/thcrut_1.2.5.bb index e69de29bb2..f8b9676069 100644 --- a/packages/thcrut/thcrut_1.2.5.bb +++ b/packages/thcrut/thcrut_1.2.5.bb @@ -0,0 +1,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}/.." +