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