xref: /OK3568_Linux_fs/buildroot/package/dc3dd/dc3dd.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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