Author: mirko
Date: 2015-12-02 15:35:38 +0100 (Wed, 02 Dec 2015)
New Revision: 47684

Removed:
   packages/net/daemonlogger/Makefile
Log:
daemonlogger: moved to packages feed

Deleted: packages/net/daemonlogger/Makefile
===================================================================
--- packages/net/daemonlogger/Makefile  2015-12-02 13:52:08 UTC (rev 47683)
+++ packages/net/daemonlogger/Makefile  2015-12-02 14:35:38 UTC (rev 47684)
@@ -1,44 +0,0 @@
-#
-# Copyright (C) 2007-2011 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=daemonlogger
-PKG_VERSION:=1.2.1
-PKG_RELEASE:=1
-
-PKG_SOURCE:=463
-PKG_SOURCE_URL:=http://www.snort.org/downloads/
-PKG_CAT:=zcat
-PKG_MD5SUM:=acb64aa6cd5777e297569f100b5c39ee
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)
-
-PKG_INSTALL:=1
-
-include $(INCLUDE_DIR)/package.mk
-
-define Package/daemonlogger
-  SECTION:=net
-  CATEGORY:=Network
-  DEPENDS:=+libpcap +libdnet
-  TITLE:=Software Network Tap
-  URL:=http://www.snort.org/snort-downloads/additional-downloads
-endef
-
-CONFIGURE_VARS += \
-       BUILD_CC="$(TARGET_CC)" \
-       HOSTCC="$(HOSTCC)"
-
-MAKE_FLAGS := CCOPT="$(TARGET_CFLAGS)" INCLS="-I. $(TARGET_CPPFLAGS)"
-
-define Package/daemonlogger/install
-       $(INSTALL_DIR) $(1)/usr/bin
-       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/daemonlogger $(1)/usr/bin/
-endef
-
-$(eval $(call BuildPackage,daemonlogger))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to