|
@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts |
|
|
PKG_VERSION:=2.7.6 |
|
|
PKG_VERSION:=2.7.6 |
|
|
# Release == build
|
|
|
# Release == build
|
|
|
# increase on changes of services files or tld_names.dat
|
|
|
# increase on changes of services files or tld_names.dat
|
|
|
PKG_RELEASE:=4 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=5 |
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> |
|
|
PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> |
|
@ -126,7 +126,7 @@ define Build/Compile |
|
|
-e '/^\s*$$$$/d' $$$$FILE; \
|
|
|
-e '/^\s*$$$$/d' $$$$FILE; \
|
|
|
done |
|
|
done |
|
|
# ensure that VERSION inside dynamic_dns_functions.sh reflect PKG_VERSION of Makefile |
|
|
# ensure that VERSION inside dynamic_dns_functions.sh reflect PKG_VERSION of Makefile |
|
|
$(SED) '/^VERSION=*/s/.*/VERSION="$(PKG_VERSION)"/' $(PKG_BUILD_DIR)/files/dynamic_dns_functions.sh |
|
|
|
|
|
|
|
|
$(SED) '/^VERSION=*/s/.*/VERSION="$(PKG_VERSION)-$(PKG_RELEASE)"/' $(PKG_BUILD_DIR)/files/dynamic_dns_functions.sh |
|
|
$(CP) ./tools $(PKG_BUILD_DIR) |
|
|
$(CP) ./tools $(PKG_BUILD_DIR) |
|
|
chmod 755 $(PKG_BUILD_DIR)/tools/* |
|
|
chmod 755 $(PKG_BUILD_DIR)/tools/* |
|
|
$(PKG_BUILD_DIR)/tools/public_suffix_list.sh |
|
|
$(PKG_BUILD_DIR)/tools/public_suffix_list.sh |
|
|