]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - zerofree/zerofree.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / zerofree / zerofree.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = zerofree
7 version = 1.0.1
8 release = 1
9
10 maintainer =
11 groups = Filesystem/Tools
12 url = http://intgat.tigress.co.uk/rmy/uml/
13 license = GPL+
14 summary = Utility to force unused ext2 inodes and blocks to zero.
15
16 description
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.
27 end
28
29 source_dl = http://intgat.tigress.co.uk/rmy/uml/
30 sources = %{thisapp}.tgz
31
32 build
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
45 end
46
47 packages
48 package zerofree
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end