From: Schantl Stefan Date: Sat, 17 Jul 2010 17:02:14 +0000 (+0200) Subject: suricata: Imporove funktions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2759c1208e0ca56131cf72ccff8925bb97128f;p=ipfire-3.x.git suricata: Imporove funktions. --- diff --git a/pkgs/core/suricata/suricata.nm b/pkgs/core/suricata/suricata.nm index 53a4db830..72b00ca44 100644 --- a/pkgs/core/suricata/suricata.nm +++ b/pkgs/core/suricata/suricata.nm @@ -35,7 +35,9 @@ PKG_LICENSE = GPLv2 PKG_SUMMARY = Open Source Next Generation Intrusion Detection and Prevention Engine. PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += libnfnetlink libnetfilter_queue libnet libpcap libyaml pcre +PKG_DEPS += libcap-ng libnfnetlink libnetfilter_queue libnet libpcap libyaml pcre + +PKG_PACKAGES += $(PKG_NAME_REAL)-devel define PKG_DESCRIPTION The suricata engine is not intended to just replace or emulate the \ @@ -49,3 +51,9 @@ CONFIGURE_OPTIONS += \ --enable-gccprotect \ --enable-nfqueue \ --disable-static + +define STAGE_INSTALL_CMDS + -mkdir -pv $(BUILDROOT)/etc/logrotate.d/ + cp -vf $(DIR_SOURCE)/suricata.logrotate $(BUILDROOT)/etc/logrotate.d/ +endef +