summaryrefslogtreecommitdiff
path: root/package/snort/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-10 04:17:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-10 04:20:43 +0200
commitd69e39a324a20bb3d92de94b29eb9eb690ea579a (patch)
tree0b72d59637354013b03da3cf23d814f939970980 /package/snort/Makefile
parent6fadbd51ba79f5d50e9be4b5a495cc4a6da0a182 (diff)
drop old packages: pcre, clamav, snort, ngrep, spandsp and freeswitch
Diffstat (limited to 'package/snort/Makefile')
-rw-r--r--package/snort/Makefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile
deleted file mode 100644
index 1c044e190..000000000
--- a/package/snort/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${ADK_TOPDIR}/rules.mk
-
-PKG_NAME:= snort
-PKG_VERSION:= 2.9.20
-PKG_RELEASE:= 1
-PKG_HASH:= 29400e13f53b1831e0b8b10ec1224a1cbaa6dc1533a5322a20dd80bb84b4981c
-PKG_DESCR:= flexible network intrusion detection system
-PKG_SECTION:= net/security
-PKG_DEPENDS:= libnet libpcap libpcre libtirpc daq
-PKG_BUILDDEP:= libnet libpcap pcre libtirpc daq
-PKG_URL:= http://www.snort.org/
-PKG_SITES:= https://www.snort.org/downloads/snort/
-PKG_NOPARALLEL:= 1
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-
-PKG_LIBC_DEPENDS:= uclibc-ng glibc
-
-include ${ADK_TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,SNORT,snort,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-AUTOTOOL_STYLE:= autoreconf
-TARGET_CPPFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/tirpc
-TARGET_LDFLAGS+= -ltirpc
-CONFIGURE_ENV+= have_inaddr_none=yes
-CONFIGURE_ARGS+= --disable-static-daq \
- --disable-open-appid \
- --with-libpcap-includes="${STAGING_TARGET_DIR}/usr/include" \
- --with-libpcap-libraries="${STAGING_TARGET_DIR}/usr/lib" \
- --with-libpcre-includes="${STAGING_TARGET_DIR}/usr/include" \
- --with-libpcre-libraries="${STAGING_TARGET_DIR}/usr/lib" \
- --with-dnet-includes="${STAGING_TARGET_DIR}/usr/include" \
- --with-dnet-libraries="${STAGING_TARGET_DIR}/usr/lib"
-
-snort-install:
- ${INSTALL_DIR} ${IDIR_SNORT}/usr/bin
- ${INSTALL_DIR} ${IDIR_SNORT}/etc/snort
- ${INSTALL_DATA} ${WRKBUILD}/etc/snort.conf ${IDIR_SNORT}/etc/snort
- ${INSTALL_DATA} ${WRKBUILD}/etc/classification.config \
- ${IDIR_SNORT}/etc/snort
- ${INSTALL_DATA} ${WRKBUILD}/etc/gen-msg.map \
- ${IDIR_SNORT}/etc/snort
- ${INSTALL_DATA} ${WRKBUILD}/etc/reference.config \
- ${IDIR_SNORT}/etc/snort
- ${INSTALL_DATA} ${WRKBUILD}/etc/threshold.conf \
- ${IDIR_SNORT}/etc/snort
- ${INSTALL_DATA} ${WRKBUILD}/etc/unicode.map \
- ${IDIR_SNORT}/etc/snort
- ${INSTALL_BIN} ${WRKINST}/usr/bin/snort ${IDIR_SNORT}/usr/bin
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk