[Buildroot] [PATCH] noip: new package

Peter Korsgaard jacmet at uclibc.org
Sat Oct 8 21:24:01 UTC 2011


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 Gustavo> +NOIP_VERSION = 2.1.9
 Gustavo> +NOIP_SITE = http://www.no-ip.com/client/linux
 Gustavo> +NOIP_SOURCE = noip-duc-linux.tar.gz
 Gustavo> +
 Gustavo> +define NOIP_BUILD_CMDS
 Gustavo> +	sed -i -e "s:\(#define CONFIG_FILENAME\).*:\1 \"/etc/no-ip2.conf\":" \
 Gustavo> +		$(@D)/noip2.c
 Gustavo> +	$(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
 Gustavo> +		PREFIX=/usr CONFDIR=/etc
 Gustavo> +endef
 Gustavo> +
 Gustavo> +define NOIP_INSTALL_TARGET_CMDS
 Gustavo> +	$(INSTALL) $(@D)/noip2 $(TARGET_DIR)/usr/sbin/noip2

this should be install -D -m 0755 for proper permissions / handling of
skeleton without /usr/sbin.

I've fixed that and committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list