Files
buildroot/package/gperf/gperf.mk
2021-03-13 22:13:38 -03: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))