Move all to deprecated folder.
This commit is contained in:
14
deprecated/firmware/buildroot/package/argus/Config.in
Normal file
14
deprecated/firmware/buildroot/package/argus/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_ARGUS
|
||||
bool "argus"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBPCAP
|
||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
help
|
||||
A Real Time Flow Monitor-based audit engine.
|
||||
|
||||
http://qosient.com/argus/
|
||||
|
||||
comment "argus needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU
|
||||
2
deprecated/firmware/buildroot/package/argus/argus.hash
Normal file
2
deprecated/firmware/buildroot/package/argus/argus.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From http://qosient.com/argus/src/argus-3.0.8.tar.gz.md5
|
||||
md5 84daae71a502e4f6d088c279de3aa36b argus-3.0.8.tar.gz
|
||||
22
deprecated/firmware/buildroot/package/argus/argus.mk
Normal file
22
deprecated/firmware/buildroot/package/argus/argus.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# argus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ARGUS_VERSION = 3.0.8
|
||||
ARGUS_SITE = http://qosient.com/argus/src
|
||||
ARGUS_DEPENDENCIES = libpcap
|
||||
ARGUS_CONF_ENV = arg_cv_sys_errlist=yes
|
||||
# Code is really v2+ though COPYING is v3 so ship README to avoid confusion
|
||||
ARGUS_LICENSE = GPLv2+
|
||||
ARGUS_LICENSE_FILES = README
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBTIRPC),y)
|
||||
ARGUS_DEPENDENCIES += libtirpc host-pkgconf
|
||||
ARGUS_CONF_ENV += \
|
||||
CFLAGS="$(TARGET_CFLAGS) `$(PKG_CONFIG_HOST_BINARY) --cflags libtirpc`" \
|
||||
LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs libtirpc`"
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user