From: Michael Tremer Date: Sat, 27 Dec 2014 02:03:15 +0000 (+0100) Subject: noip: Remove package X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=1d4cf0a3b6862f2a12d7c68e1c866bd8d9cd59a7 noip: Remove package This is replaced by ddns. --- diff --git a/noip/noip.nm b/noip/noip.nm deleted file mode 100644 index ff2327912..000000000 --- a/noip/noip.nm +++ /dev/null @@ -1,41 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = noip -version = 2.1.7 -release = 1 - -groups = System/Daemons -url = http://www.no-ip.com -license = GPLv2+ -summary = A dynamic DNS update client. - -description - Keep your current IP address in sync with your No-IP host or domain - with this Dynamic Update Client (DUC). The client continually checks - for IP address changes in the background and automatically updates - the DNS at No-IP whenever it changes. -end - -source_dl = - -build - make_build_targets +=\ - PREFIX=/usr \ - CONFDIR=/etc - - install - mkdir -pv %{BUILDROOT}/usr/bin - cp noip2 %{BUILDROOT}/usr/bin/noip2 - end -end - -packages - package %{name} - - package %{name}-debuginfo - template DEBUGINFO - end -end