[oe-commits] Bernhard Guillon : barnyard: add barnyard - a output system for snort

git version control git at git.openembedded.org
Fri Mar 5 09:39:40 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: c922defbc560f5894992350a1f68be0ba570e55e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c922defbc560f5894992350a1f68be0ba570e55e

Author: Bernhard Guillon <Bernhard.Guillon at opensimpad.org>
Date:   Thu Mar  4 14:09:23 2010 +0100

barnyard: add barnyard - a output system for snort

---

 recipes/barnyard/barnyard_0.2.0.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/barnyard/barnyard_0.2.0.bb b/recipes/barnyard/barnyard_0.2.0.bb
new file mode 100644
index 0000000..3536541
--- /dev/null
+++ b/recipes/barnyard/barnyard_0.2.0.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Barnyard is a output system for Snort."
+HOMEPAGE = "http://www.snort.org/"
+LICENSE = "QPL"
+DEPENDS = "libpcap"
+RDEPENDS = "libpcap"
+PR = "r1"
+
+SRC_URI = " http://dl.snort.org/barnyard/${P}.tar.gz;name=tarball \
+          "
+SRC_URI[tarball.md5sum] = "be3283028cf414b52b220308ceb411e9"
+SRC_URI[tarball.sha256sum] = "09e0f8e095e79cfe70ea069d13e7d02521a504a1f400a45556a634dccfd31a3a"
+
+S = "${WORKDIR}/${P}"
+
+inherit autotools pkgconfig
+
+do_configure_prepend () {
+	#fix hardcoded include path
+	sed -i -e 's:extra_incl=-I/usr/include/pcap::g' ${S}/configure.in
+}
+





More information about the Openembedded-commits mailing list