File: fs/bmap/Makefile
base-0 patch-1
Line 7Line 7
DESCRIPTION = bmap forensic tool
define BLURB
DESCRIPTION = bmap forensic tool
define BLURB
#XXX: nwall package blurb goes here.
The blocksize of a typical file system varies from 1K to 4K. Every
file takes at least one block. The unused space in that block is
slack space. bmap can save data into this slack space, extract data
from slack space, and delete data in slack space. The data cannot be
accessed using tools unaware of slack space (ie. almost all other
tools), does not change existing files, and therefore cannot be
detected using checksums or access times.
endef

endef


LIBDEPS = devel/glibc

# CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
BUILD_ARGS = binaries -j1 CFLAGS="$(CFLAGS)"
# CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
BUILD_ARGS = binaries -j1 CFLAGS="$(CFLAGS)"