X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=mcproxy%2FMakefile;h=c155055a0269ff0570d0e65b504808b171d2a77a;hb=HEAD;hp=ca709c812702954d28eed6f5a0b311037f0dd16f;hpb=4c7b4a349b5ec4a9f3dcfe01f326d58cb1673044;p=feed%2Frouting.git diff --git a/mcproxy/Makefile b/mcproxy/Makefile index ca709c8..908b6c0 100644 --- a/mcproxy/Makefile +++ b/mcproxy/Makefile @@ -8,17 +8,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mcproxy -PKG_SOURCE_VERSION:=93b5ace42268160ebbfff4c61818fb15fa2d9b99 -PKG_VERSION:=2017-08-24-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=9 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/mcproxy/mcproxy.git -PKG_MAINTAINER:=Steven Barth -PKG_LICENSE:=GPL-2.0+ +PKG_SOURCE_DATE:=2017-08-24 +PKG_SOURCE_VERSION:=93b5ace42268160ebbfff4c61818fb15fa2d9b99 +PKG_MIRROR_HASH:=1999a4cd799514816159b2bf496e107231f6affbeb0f75a7298f0731e1320018 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_MAINTAINER:=Steven Barth +PKG_LICENSE:=GPL-2.0-or-later +PKG_LICENSE_FILES:=COPYING include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk @@ -28,14 +28,14 @@ define Package/mcproxy CATEGORY:=Network SUBMENU:=Routing and Redirection TITLE:=Multicast Proxy for IGMP/MLD - URL:=http://mcproxy.realmv6.org + URL:=https://mcproxy.realmv6.org DEPENDS:=+libpthread +libstdcpp @(!GCC_VERSION_4_4&&!GCC_VERSION_4_6) endef define Package/mcproxy/description - mcproxy is a free & open source implementation of the IGMP/MLD proxy function (see RFC 4605) for Linux systems. - It operates on the kernel tables for multicast routing and allows for multiple instantiations, - as well as dynamically changing downstream interfaces. + mcproxy is a free & open source implementation of the IGMP/MLD proxy function (see RFC 4605) for Linux systems. + It operates on the kernel tables for multicast routing and allows for multiple instantiations, + as well as dynamically changing downstream interfaces. endef define Package/mcproxy/conffiles