[packages] add netdiscover
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15413 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3e6b587122
commit
505e642889
43
net/netdiscover/Makefile
Normal file
43
net/netdiscover/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
#
|
||||
# Copyright (C) 2009 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:=netdiscover
|
||||
PKG_VERSION:=0.3-beta6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://nixgeneration.com/~jaime/netdiscover/releases/
|
||||
PKG_MD5SUM:=0919227a91ecaeeb2443cff249417be2
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/netdiscover
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap +libnet1 +libpthread
|
||||
TITLE:=An active/passive address reconnaissance tool
|
||||
URL:=http://nixgeneration.com/~jaime/netdiscover/
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS+= \
|
||||
CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/lib/libnet-1.1.x/include" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -L$(STAGING_DIR)/usr/lib/libnet-1.1.x/lib" \
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
all install
|
||||
endef
|
||||
|
||||
define Package/netdiscover/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/netdiscover $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,netdiscover))
|
Loading…
x
Reference in New Issue
Block a user