Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_LOGSURFER
bool "logsurfer"
depends on BR2_USE_MMU # fork()
help
Logsurfer is a program for monitoring system logs in real-time,
and reporting on the occurrence of events.
http://www.crypt.gen.nz/logsurfer/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 74a36e8530a884031b4ae2344a46b9aaa07a1ee36d143802f6b64f817c5bd1af logsurfer-1.8.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# logsurfer
#
################################################################################
LOGSURFER_VERSION = 1.8
LOGSURFER_SITE = http://downloads.sourceforge.net/project/logsurfer/logsurfer/logsurfer-$(LOGSURFER_VERSION)
define LOGSURFER_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/src/logsurfer \
$(TARGET_DIR)/usr/bin/logsurfer
endef
$(eval $(autotools-package))