Files
fos/Buildroot/package/cabextract/cabextract.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

13 lines
371 B
Makefile

###########################################################
#
# cabextract
#
###########################################################
CABEXTRACT_SITE=http://www.cabextract.org.uk
CABEXTRACT_VERSION=1.4
CABEXTRACT_SOURCE=cabextract-$(CABEXTRACT_VERSION).tar.gz
CABEXTRACT_CONF_OPTS=ac_cv_func_fnmatch_gnu=yes ac_cv_func_fnmatch_works=yes
$(eval $(autotools-package))