Comments... On 5/5/12 8:02 PM, Robert Vineyard wrote: > Daemonlogger is a packet logger and soft tap developed by Martin Roesch. > This patch adds a Makefile to build it as an OpenWRT ipk package. > > Note: the patch is against trunk, but it also builds cleanly on Backfire. > > Signed-off-by: Robert Vineyard <viney...@tuffmail.com> > > --- > > Index: feeds/packages/net/daemonlogger/Makefile > =================================================================== > --- feeds/packages/net/daemonlogger/Makefile (revision 0) > +++ feeds/packages/net/daemonlogger/Makefile (revision 0) > @@ -0,0 +1,49 @@ > +# > +# 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 > + DEPENDS:=+libdnet
Please combine these on a single line... > + 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 Build/Configure > + $(call Build/Configure/Default) > +endef I think this is the default, isn't it? > + > +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-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel