mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
7
package/noip/Config.in
Normal file
7
package/noip/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_NOIP
|
||||
bool "noip"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Dynamic DNS update client for no-ip.com
|
||||
|
||||
http://www.no-ip.com/downloads.php
|
||||
2
package/noip/noip.hash
Normal file
2
package/noip/noip.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 82b9bafab96a0c53b21aaef688bf70b3572e26217b5e2072bdb09da3c4a6f593 noip-duc-linux.tar.gz
|
||||
23
package/noip/noip.mk
Normal file
23
package/noip/noip.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# noip
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NOIP_VERSION = 2.1.9
|
||||
NOIP_SITE = http://www.no-ip.com/client/linux
|
||||
NOIP_SOURCE = noip-duc-linux.tar.gz
|
||||
NOIP_LICENSE = GPL-2.0+
|
||||
NOIP_LICENSE_FILES = COPYING
|
||||
|
||||
define NOIP_BUILD_CMDS
|
||||
$(SED) "/^#define CONFIG_FILENAME/ s/PREFIX//" $(@D)/noip2.c
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) CC="$(TARGET_CC)" \
|
||||
CFLAGS="$(TARGET_CFLAGS)" PREFIX=/usr CONFDIR=/etc
|
||||
endef
|
||||
|
||||
define NOIP_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/noip2 $(TARGET_DIR)/usr/sbin/noip2
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user