]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - zerofree/zerofree.nm
Merge remote-tracking branch 'ms/pdns'
[people/ms/ipfire-3.x.git] / zerofree / zerofree.nm
CommitLineData
55572222 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
55572222
MT
4###############################################################################
5
802ea3af
MT
6name = zerofree
7version = 1.0.1
8release = 1
55572222 9
802ea3af
MT
10maintainer =
11groups = Filesystem/Tools
12url = http://intgat.tigress.co.uk/rmy/uml/
13license = GPL+
14summary = Utility to force unused ext2 inodes and blocks to zero.
55572222 15
802ea3af 16description
55572222
MT
17 zerofree is a utility to set unused filesystem inodes and blocks of an
18 ext2 filesystem to zero. This can improve the compressibility and
19 privacy of an ext2 filesystem.
20
21 This tool was inspired by the ext2fs privacy (i.e. secure deletion)
22 patch described in a Linux kernel mailing list thread.
23
24 WARNING: The filesystem to be processed should be unmounted or mounted
25 read-only. The tool tries to check this before running, but you
26 should be careful.
802ea3af
MT
27end
28
29source_dl = http://intgat.tigress.co.uk/rmy/uml/
30sources = %{thisapp}.tgz
31
32build
33 requires
34 e2fsprogs-devel
35 end
36
37 build
38 make %{PARALLELISMFLAGS} CC="gcc %{CFLAGS}"
39 end
40
41 install
42 mkdir -pv %{BUILDROOT}/usr/sbin
43 install -D -p -m 755 zerofree %{BUILDROOT}/usr/sbin
44 end
45end
46
47packages
48 package zerofree
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end