scrub.mk 465 B

12345678910111213141516
  1. ################################################################################
  2. #
  3. # scrub
  4. #
  5. ################################################################################
  6. SCRUB_VERSION = 2.6.1
  7. SCRUB_SITE = $(call github,chaos,scrub,$(SCRUB_VERSION))
  8. SCRUB_LICENSE = GPL-2.0+
  9. SCRUB_LICENSE_FILES = COPYING DISCLAIMER
  10. # Fetching from the git repo, no configure/Makefile generated, and patching
  11. # configure.ac
  12. SCRUB_AUTORECONF = YES
  13. $(eval $(autotools-package))