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