[packages] netstat-nat: update to 1.4.10
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19148 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
30fdc15703
commit
e52fd74998
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,12 +8,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=netstat-nat
|
PKG_NAME:=netstat-nat
|
||||||
PKG_VERSION:=1.4.9
|
PKG_VERSION:=1.4.10
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://tweegy.nl/download
|
PKG_SOURCE_URL:=http://tweegy.nl/download
|
||||||
PKG_MD5SUM:=45e8d0f47623f619c22a6b894cd03cbc
|
PKG_MD5SUM:=c1bbb3ee9774ebfa27c440e2d9dd7286
|
||||||
|
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -32,14 +34,6 @@ define Package/netstat-nat/description
|
|||||||
is the temporary conntrack-storage of netfilter.
|
is the temporary conntrack-storage of netfilter.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# uses GNU configure
|
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
all install
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/netstat-nat/install
|
define Package/netstat-nat/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/netstat-nat $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/netstat-nat $(1)/usr/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user