Release notes: https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00013.html https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00004.html Changelog: https://git.savannah.gnu.org/gitweb/?p=gperf.git;a=blob;f=ChangeLog;h=7966fcd0384f833f8b7d8ebdf9c5c90c22b4e48c;hb=d2aeec9b9c1fd04dbf747afe4ada8e772d315ccd Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
351 B
Makefile
14 lines
351 B
Makefile
################################################################################
|
|
#
|
|
# gperf
|
|
#
|
|
################################################################################
|
|
|
|
GPERF_VERSION = 3.3
|
|
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
|
GPERF_LICENSE = GPL-3.0+
|
|
GPERF_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|