libgtk3: remove non-existent configure options
[buildroot-gz.git] / package / scrub / scrub.mk
blobb816272163fb397f5d66470618467eb4fc3d1944
1 ################################################################################
3 # scrub
5 ################################################################################
7 SCRUB_VERSION = 2.6.1
8 SCRUB_SITE = $(call github,chaos,scrub,$(SCRUB_VERSION))
9 SCRUB_LICENSE = GPLv2+
10 SCRUB_LICENSE_FILES = COPYING DISCLAIMER
11 SCRUB_PATCH = https://github.com/chaos/scrub/commit/11d30916dd9c11a26c7c8a0f6db9e6ebca301594.patch
13 # Fetching from the git repo, no configure/Makefile generated, and patching
14 # configure.ac
15 SCRUB_AUTORECONF = YES
17 $(eval $(autotools-package))