|
|
@ -1,15 +1,15 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=https_dns_proxy |
|
|
|
PKG_NAME:=https-dns-proxy |
|
|
|
PKG_VERSION:=2019-12-03 |
|
|
|
PKG_RELEASE=1 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy |
|
|
|
PKG_SOURCE_DATE:=2019-10-09 |
|
|
|
PKG_SOURCE_VERSION:=3d20c75c4a17aa569748e63ac169b9274178d573 |
|
|
|
PKG_MIRROR_HASH:=149839f1db4ab9691db3955de526080a5b731ff8484b06f164497f4e244140da |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Aaron Drew <aarond10@gmail.com> |
|
|
|
PKG_SOURCE_DATE:=2019-12-03 |
|
|
|
PKG_SOURCE_VERSION:=2adeafb67cbe8d67148219c48334856ae4f3bd75 |
|
|
|
PKG_MIRROR_HASH:=58088baa092cd9634652d65f9b5650db88d2e102cb370710654db7b15f2f0e42 |
|
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|
|
|
|
@ -18,18 +18,19 @@ include $(INCLUDE_DIR)/cmake.mk |
|
|
|
|
|
|
|
CMAKE_OPTIONS += -DCLANG_TIDY_EXE= |
|
|
|
|
|
|
|
define Package/https_dns_proxy |
|
|
|
SECTION:=net |
|
|
|
CATEGORY:=Network |
|
|
|
TITLE:=DNS over HTTPS Proxy Server |
|
|
|
DEPENDS:=+libcares +libcurl +libev +ca-bundle |
|
|
|
define Package/https-dns-proxy |
|
|
|
SECTION:=net |
|
|
|
CATEGORY:=Network |
|
|
|
TITLE:=DNS Over HTTPS Proxy |
|
|
|
DEPENDS:=+libcares +libcurl +libev +ca-bundle |
|
|
|
CONFLICTS:=https_dns_proxy |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/https_dns_proxy/install |
|
|
|
define Package/https-dns-proxy/install |
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d ${1}/etc/config |
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/https_dns_proxy $(1)/usr/sbin/ |
|
|
|
$(INSTALL_BIN) ./files/https_dns_proxy.init $(1)/etc/init.d/https_dns_proxy |
|
|
|
$(INSTALL_CONF) ./files/https_dns_proxy.config $(1)/etc/config/https_dns_proxy |
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/https_dns_proxy $(1)/usr/sbin/https-dns-proxy |
|
|
|
$(INSTALL_BIN) ./files/https-dns-proxy.init $(1)/etc/init.d/https-dns-proxy |
|
|
|
$(INSTALL_CONF) ./files/https-dns-proxy.config $(1)/etc/config/https-dns-proxy |
|
|
|
endef |
|
|
|
|
|
|
|
$(eval $(call BuildPackage,https_dns_proxy)) |
|
|
|
$(eval $(call BuildPackage,https-dns-proxy)) |