Files
fos/Buildroot/package/testdisk/testdisk.mk
Sebastian Roth 1ffca08803 Update the FOS build to current state of files in FOG working branch
as a preperation to entirely move those over to this repo.
2017-12-29 19:00:52 -06:00

15 lines
421 B
Makefile

#############################################################
#
# testdisk
#
#############################################################
TESTDISK_VERSION:=6.14
TESTDISK_SOURCE:=testdisk-$(TESTDISK_VERSION).tar.bz2
TESTDISK_SITE:=http://www.cgsecurity.org
TESTDISK_INSTALL_STAGING=YES
TESTDISK_LIBTOOL_PATCH=NO
TESTDISK_CONF_OPTS = --program-transform-name=
TESTDISK_DEPENDENCIES = ncurses
$(eval $(autotools-package))