Update arpwatch to 2.1a15 (#3789)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11872 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2d7213e219
commit
bc1015990c
@ -9,14 +9,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=arpwatch
|
||||
PKG_VERSION:=2.1a11
|
||||
PKG_VERSION:=2.1a15
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://nbd.vd-s.ath.cx/openwrt
|
||||
PKG_MD5SUM:=9ecd00db892737431b0e524f3e52e19e
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/
|
||||
PKG_MD5SUM:=cebfeb99c4a7c2a6cee2564770415fe7
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -25,11 +23,12 @@ define Package/arpwatch
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap
|
||||
TITLE:=Ethernet station activity monitor
|
||||
URL:=http://nbd.vd-s.ath.cx/openwrt
|
||||
URL:=http://www-nrg.ee.lbl.gov/
|
||||
endef
|
||||
|
||||
define Package/arpwatch/description
|
||||
Ethernet monitor program for keeping track of ethernet/ip address pairings
|
||||
Ethernet monitor program for keeping track of ethernet/ip address
|
||||
pairings.
|
||||
endef
|
||||
|
||||
define Package/arpwatch/conffiles
|
||||
@ -48,7 +47,7 @@ define Package/arpwatch/install
|
||||
$(INSTALL_DIR) $(1)/etc/arpwatch
|
||||
$(CP) $(PKG_BUILD_DIR)/arp.dat $(1)/etc/arpwatch/
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_BUILD_DIR)/arp{watch,snmp} $(1)/usr/sbin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/arp{watch,snmp} $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,arpwatch))
|
||||
|
Loading…
x
Reference in New Issue
Block a user