buildroot/package/gperf/gperf.mk
Christopher McCrory a42f45c5cb package/gperf: bump to version 3.1
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-10-13 22:48:03 +02:00

14 lines
351 B
Makefile

################################################################################
#
# gperf
#
################################################################################
GPERF_VERSION = 3.1
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_LICENSE = GPL-3.0+
GPERF_LICENSE_FILES = COPYING
$(eval $(autotools-package))
$(eval $(host-autotools-package))