X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fez-ipupdate%2FMakefile;h=d34a39cbdae00f0fd7eae642a54e56e4d2688f40;hb=a9b2a31b2391b1e9ccb76b2667492f811144102c;hp=7d0e2398ab36ff6173daedcb046cd6536a292fac;hpb=8f11134ba91b9190e9b296e6a1a3af0d70e3d1fe;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/ez-ipupdate/Makefile b/net/ez-ipupdate/Makefile index 7d0e2398ab..d34a39cbda 100644 --- a/net/ez-ipupdate/Makefile +++ b/net/ez-ipupdate/Makefile @@ -1,24 +1,20 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=ez-ipupdate PKG_VERSION:=3.0.11b8 -PKG_RELEASE:=3 +PKG_RELEASE:=4 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) include $(INCLUDE_DIR)/package.mk @@ -29,10 +25,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,8 +34,8 @@ 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_CONF) ./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/30-ez-ipupdate endef