]> git.ipfire.org Git - ipfire-3.x.git/blob - zerofree/zerofree.nm
pcengines-firmware: update to 4.9.0.7
[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 = 2
9
10 groups = Filesystem/Tools
11 url = http://intgat.tigress.co.uk/rmy/uml/
12 license = GPL+
13 summary = Utility to force unused ext2 inodes and blocks to zero.
14
15 description
16 zerofree is a utility to set unused filesystem inodes and blocks of an
17 ext2 filesystem to zero. This can improve the compressibility and
18 privacy of an ext2 filesystem.
19
20 This tool was inspired by the ext2fs privacy (i.e. secure deletion)
21 patch described in a Linux kernel mailing list thread.
22
23 WARNING: The filesystem to be processed should be unmounted or mounted
24 read-only. The tool tries to check this before running, but you
25 should be careful.
26 end
27
28 source_dl = http://intgat.tigress.co.uk/rmy/uml/
29 sources = %{thisapp}.tgz
30
31 build
32 requires
33 e2fsprogs-devel
34 end
35
36 build
37 make %{PARALLELISMFLAGS} CC="gcc %{CFLAGS} %{LDFLAGS}"
38 end
39
40 install
41 mkdir -pv %{BUILDROOT}/usr/sbin
42 install -D -p -m 755 zerofree %{BUILDROOT}/usr/sbin
43 end
44 end
45
46 packages
47 package zerofree
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end