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