]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
zerofree: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 16:39:01 +0000 (16:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 16:39:01 +0000 (16:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
zerofree/zerofree.nm [deleted file]

diff --git a/zerofree/zerofree.nm b/zerofree/zerofree.nm
deleted file mode 100644 (file)
index 5f92de5..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = zerofree
-version    = 1.0.1
-release    = 2
-
-groups     = Filesystem/Tools
-url        = http://intgat.tigress.co.uk/rmy/uml/
-license    = GPL+
-summary    = Utility to force unused ext2 inodes and blocks to zero.
-
-description
-       zerofree is a utility to set unused filesystem inodes and blocks of an
-       ext2 filesystem to zero.  This can improve the compressibility and
-       privacy of an ext2 filesystem.
-
-       This tool was inspired by the ext2fs privacy (i.e. secure deletion)
-       patch described in a Linux kernel mailing list thread.
-
-       WARNING: The filesystem to be processed should be unmounted or mounted
-       read-only. The tool tries to check this before running, but you
-       should be careful.
-end
-
-source_dl  = http://intgat.tigress.co.uk/rmy/uml/
-sources    = %{thisapp}.tgz
-
-build
-       requires
-               e2fsprogs-devel
-       end
-
-       build
-               make %{PARALLELISMFLAGS} CC="gcc %{CFLAGS} %{LDFLAGS}"
-       end
-
-       install
-               mkdir -pv %{BUILDROOT}/usr/sbin
-               install -D -p -m 755 zerofree %{BUILDROOT}/usr/sbin
-       end
-end
-
-packages
-       package zerofree
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end