]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
noip: Remove package
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Dec 2014 02:03:15 +0000 (03:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Dec 2014 02:03:15 +0000 (03:03 +0100)
This is replaced by ddns.

noip/noip.nm [deleted file]

diff --git a/noip/noip.nm b/noip/noip.nm
deleted file mode 100644 (file)
index ff23279..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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