1################################################################################ 2# 3# dc3dd 4# 5################################################################################ 6 7DC3DD_VERSION_MAJOR = 7.2 8DC3DD_VERSION = $(DC3DD_VERSION_MAJOR).641 9DC3DD_SOURCE = dc3dd-$(DC3DD_VERSION).tar.xz 10DC3DD_SITE = https://downloads.sourceforge.net/project/dc3dd/dc3dd/$(DC3DD_VERSION_MAJOR) 11DC3DD_LICENSE = GPL-3.0+ 12DC3DD_LICENSE_FILES = COPYING 13# We are patching Makefile.am, so we need to autoreconf. We also need to 14# enable gettextize as dc3dd comes with an old gettext infra. 15DC3DD_AUTORECONF = YES 16DC3DD_GETTEXTIZE = YES 17 18$(eval $(autotools-package)) 19