dc3dd.mk 643 B

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