linuxOS_AP05/buildroot/package/gperf/gperf.mk

14 lines
353 B
Makefile
Raw Normal View History

2025-06-02 05:59:07 +00:00
################################################################################
#
# gperf
#
################################################################################
GPERF_VERSION = 3.0.4
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_LICENSE = GPL-3.0+
GPERF_LICENSE_FILES = COPYING
$(eval $(autotools-package))
$(eval $(host-autotools-package))