| File: utils/tct/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 9 | Line 9 |
| WORKSRC=$(WORKDIR)/$(GARNAME)-$(GARVERSION) | WORKSRC=$(WORKDIR)/$(GARNAME)-$(GARVERSION) |
| DESCRIPTION = The Coroner's Toolkit | DESCRIPTION = The Coroner''s Toolkit |
| define BLURB Forensics software that can be used for a post-mortem analysis of a system after break-in. endef | define BLURB Forensics software that can be used for a post-mortem analysis of a system after break-in. endef |
| DEPENDS = lang/perl | SOURCE_LANGUAGES = perl |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = manifest | BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = manifest |
| Line 24 | Line 24 |
| include ../../gar.mk | include ../../gar.mk |
| AR := $(AR) rv | |
| post-build: cd $(WORKSRC) && bin/strip_tct_home # bin is hardcoded in the toolkit ... cleaning | post-build: cd $(WORKSRC) && bin/strip_tct_home # bin is hardcoded in the toolkit ... cleaning |