]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
c_icap: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Feb 2023 11:26:49 +0000 (11:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Feb 2023 11:26:49 +0000 (11:26 +0000)
We currently do not have the resources to build this properly and it is
not that urgent.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
c_icap/c_icap.nm [deleted file]
c_icap_modules/c_icap_modules.nm [deleted file]

diff --git a/c_icap/c_icap.nm b/c_icap/c_icap.nm
deleted file mode 100644 (file)
index a6f1430..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = c_icap
-version    = 0.4.2
-release    = 3
-
-groups     = Networking/Daemons
-url        = http://c-icap.sourceforge.net
-license    = GPLv2
-summary    = c-icap is an implementation of an ICAP server.
-
-description
-       c-icap is an implementation of an ICAP server. It can be used with \
-       HTTP proxies that support the ICAP protocol to implement content \
-       adaptation and filtering services.
-end
-
-source_dl  = http://downloads.sourceforge.net/project/c-icap/c-icap/0.4.x/
-
-build
-       requires
-               autoconf
-               automake
-               libdb-devel
-               libtool-devel
-               zlib-devel
-       end
-
-       configure_options += \
-               --enable-large-files \
-               --enable-ipv6 \
-               --sysconfdir=/etc/c-icap \
-               --localstatedir=/var
-
-       prepare_cmds
-               autoreconf -vfi
-       end
-end
-
-quality-agent
-       whitelist_rpath
-               /usr/lib
-       end
-end
-
-packages
-       package %{name}
-               recommends = %{name}_modules
-
-               configfiles
-                       /etc/c-icap/c-icap.conf
-                       /etc/c-icap/c-icap.conf.default
-                       /etc/c-icap/c-icap.magic
-                       /etc/c-icap/c-icap.magic.default
-               end
-       end
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end
diff --git a/c_icap_modules/c_icap_modules.nm b/c_icap_modules/c_icap_modules.nm
deleted file mode 100644 (file)
index acde841..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = c_icap_modules
-version    = 0.4.2
-release    = 2
-
-groups     = Networking/Daemons
-url        = http://c-icap.sourceforge.net
-license    = GPLv2
-summary    = c-icap service modules for clamav and content filrer.
-
-description
-       c-icap is an implementation of an ICAP server. It can be used with \
-       HTTP proxies that support the ICAP protocol to implement content \
-       adaptation and filtering services.
-end
-
-source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap-modules/0.4.x/
-
-build
-       requires
-               autoconf
-               automake
-               c_icap-devel >= 0.4.0
-               clamav-devel
-               libdb-devel
-               libtool-devel
-       end
-
-       configure_options += \
-               --sysconfdir=/etc/c-icap \
-               --localstatedir=/var
-
-       prepare_cmds
-               autoreconf -vfi
-       end
-
-       install
-               mkdir -pv %{BUILDROOT}/etc/c-icap
-               make install DESTDIR=%{BUILDROOT}
-       end
-end
-
-packages
-       package %{name}
-               configfiles
-                       /etc/c-icap/srv_clamav.conf
-                       /etc/c-icap/srv_clamav.conf.default
-                       /etc/c-icap/srv_url_check.conf
-                       /etc/c-icap/srv_url_check.conf.default
-               end
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end