X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fez-ipupdate%2FMakefile;h=8b6808012ce731019e8d7fc85ed045d94e348f88;hb=ad9d32398c28997eccb777f8328240ef02ee546e;hp=52c3f6d860c2ba674581f83f2ec704a916d8c833;hpb=5360edce8f45be94248e74df88c9c3c4206bf3ce;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/ez-ipupdate/Makefile b/net/ez-ipupdate/Makefile index 52c3f6d860..8b6808012c 100644 --- a/net/ez-ipupdate/Makefile +++ b/net/ez-ipupdate/Makefile @@ -10,13 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ez-ipupdate PKG_VERSION:=3.0.11b8 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/e/ez-ipupdate \ http://ftp.de.debian.org/debian/pool/main/e/ez-ipupdate PKG_MD5SUM:=000211add4c4845ffa4211841bff4fb0 -PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -29,10 +28,6 @@ define Package/ez-ipupdate URL:=http://ez-ipupdate.com/ endef -define Package/ez-ipupdate/conffiles -/etc/ez-ipupdate.conf -endef - # uses GNU configure define Build/Compile @@ -42,10 +37,10 @@ endef define Package/ez-ipupdate/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/ez-ipupdate $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/etc - install -m0600 ./files/ez-ipupdate.conf $(1)/etc/ + $(INSTALL_DIR) $(1)/etc/config/ + $(INSTALL_CONF) ./files/ez-ipupdate.config $(1)/etc/config/ddns $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_BIN) ./files/ez-ipupdate.hotplug $(1)/etc/hotplug.d/iface/10-ez-ipupdate + $(INSTALL_BIN) ./files/ez-ipupdate.hotplug $(1)/etc/hotplug.d/iface/30-ez-ipupdate endef $(eval $(call BuildPackage,ez-ipupdate))