From 1d4cf0a3b6862f2a12d7c68e1c866bd8d9cd59a7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 27 Dec 2014 03:03:15 +0100 Subject: [PATCH] noip: Remove package This is replaced by ddns. --- noip/noip.nm | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 noip/noip.nm 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 -- 2.39.5