mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mtr: Switch to official tarball and remove hackish patches (#6738)
Should properly report version now. Cosmetic makefile changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Jonathan McCrohan
parent
b2b44c9f3e
commit
b5e6d2c784
+6
-8
@@ -9,22 +9,19 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mtr
|
||||
PKG_VERSION:=0.92
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/traviscross/mtr/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=568a52911a8933496e60c88ac6fea12379469d7943feb9223f4337903e4bc164
|
||||
PKG_SOURCE_URL:=https://www.bitwizard.nl/mtr/files
|
||||
PKG_HASH:=f2979db9e2f41aa8e6574e7771767c9afe111d9213814eb47f5e1e71876e4382
|
||||
|
||||
PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/mtr
|
||||
@@ -50,8 +47,9 @@ CONFIGURE_ARGS += \
|
||||
--without-gtk \
|
||||
$(call autoconf_bool,CONFIG_IPV6,ipv6)
|
||||
|
||||
CONFIGURE_VARS += ac_cv_lib_cap_cap_set_proc=no
|
||||
|
||||
define Build/Configure
|
||||
echo $(PKG_VERSION) > .tarball-version
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user