From: Michael Tremer Date: Mon, 19 Dec 2022 16:39:01 +0000 (+0000) Subject: zerofree: Drop package X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e872bff5099e435a756b479a67fd8a7262fcc7b4;p=ipfire-3.x.git zerofree: Drop package Signed-off-by: Michael Tremer --- diff --git a/zerofree/zerofree.nm b/zerofree/zerofree.nm deleted file mode 100644 index 5f92de529..000000000 --- a/zerofree/zerofree.nm +++ /dev/null @@ -1,52 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -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