mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
sync (#534)
This commit is contained in:
commit
5efa8a6ced
1 changed files with 5 additions and 5 deletions
|
@ -11,9 +11,9 @@ PKG_NAME:=tcptraceroute
|
|||
PKG_VERSION:=1.5beta7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://michael.toren.net/code/tcptraceroute
|
||||
PKG_MD5SUM:=65d1001509f971ea986fcbc2dd009643
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=tcptraceroute-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://github.com/mct/tcptraceroute.git
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -34,11 +34,11 @@ define Build/Configure
|
|||
)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
||||
endef
|
||||
|
||||
define Package/tcptraceroute/install
|
||||
define Package/tcptraceroute/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tcptraceroute $(1)/usr/bin/
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue