X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Fnetwork%2Fservices%2Figmpproxy%2FMakefile;fp=package%2Fnetwork%2Fservices%2Figmpproxy%2FMakefile;h=0000000000000000000000000000000000000000;hb=abbaf696f6658bbf92895fd8285353c5644fe845;hp=4f3785cfa403351351ea9d44973738894e4e3dcf;hpb=b3ca1f30efd7bb96a22f72b766d302e552265276;p=openwrt%2Fopenwrt.git diff --git a/package/network/services/igmpproxy/Makefile b/package/network/services/igmpproxy/Makefile deleted file mode 100644 index 4f3785cfa4..0000000000 --- a/package/network/services/igmpproxy/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# -# Copyright (C) 2006-2011 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=igmpproxy -PKG_VERSION:=0.3 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/pali/igmpproxy/releases/download/${PKG_VERSION}/ -PKG_HASH:=d1fc244cb2fbbf99f720bda3e841fe59ece9b6919073790b4b892739b1b844eb -PKG_MAINTAINER:=Felix Fietkau - -include $(INCLUDE_DIR)/package.mk - -PKG_FIXUP:=autoreconf -PKG_LICENSE:=GPL-2.0+ - -define Package/igmpproxy - SECTION:=net - CATEGORY:=Network - SUBMENU:=Routing and Redirection - DEPENDS:=+USE_GLIBC:librt - TITLE:=Multicast Routing Daemon - URL:=http://sourceforge.net/projects/igmpproxy -endef - -define Package/igmpproxy/description - IGMPproxy is a simple dynamic Multicast Routing Daemon using - only IGMP signalling (Internet Group Management Protocol). -endef - -define Package/igmpproxy/conffiles -/etc/config/igmpproxy -endef - -define Package/igmpproxy/install - $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_CONF) ./files/igmpproxy.config $(1)/etc/config/igmpproxy - $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/igmpproxy.init $(1)/etc/init.d/igmpproxy - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy $(1)/usr/sbin/ -endef - -$(eval $(call BuildPackage,igmpproxy))