summaryrefslogtreecommitdiff
path: root/package/eventlog
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-08 19:16:32 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-08 19:16:32 +0200
commite99c121f83932e62783c1e0da2b5bdabca0d460d (patch)
tree36b3b6e1f5fd350908b07a12cf567891d7ef394d /package/eventlog
parent6f6f1122c20c87fdf43d04badd06a092d71170cc (diff)
remove syslog-ng, new buildsystem is cmake based, can not disable java. use busybox syslog or rsyslog
Diffstat (limited to 'package/eventlog')
-rw-r--r--package/eventlog/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/eventlog/Makefile b/package/eventlog/Makefile
deleted file mode 100644
index 998915f1e..000000000
--- a/package/eventlog/Makefile
+++ /dev/null
@@ -1,27 +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:= eventlog
-PKG_VERSION:= 0.2.12
-PKG_RELEASE:= 1
-PKG_HASH:= f55695b354e5f16ef0a30cddc64ffe70215aa75fb290b7001b9839f617f0201d
-PKG_DESCR:= eventlog library for syslog-ng
-PKG_SECTION:= libs/misc
-PKG_URL:= http://www.balabit.com
-PKG_SITES:= http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.5.4.1/source/
-
-DISTFILES:= ${PKG_NAME}_${PKG_VERSION}+20120504+1700.tar.gz
-WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}+20120504+1700
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,EVENTLOG,eventlog,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-eventlog-install:
- $(INSTALL_DIR) $(IDIR_EVENTLOG)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libevtlog*.so* \
- $(IDIR_EVENTLOG)/usr/lib
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk