[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

10
package/gperf/Config.in Normal file
View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_GPERF
bool "gperf"
depends on BR2_INSTALL_LIBSTDCPP
help
A 'perfect hash function' generator
http://www.gnu.org/software/gperf/
comment "gperf needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

7
package/gperf/gperf.hash Normal file
View File

@ -0,0 +1,7 @@
# Locally calculated after checking pgp signature
# https://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz.sig
# with key 93C08C88471097CD
sha256 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2 gperf-3.1.tar.gz
# Locally calculated
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING

15
package/gperf/gperf.mk Normal file
View File

@ -0,0 +1,15 @@
################################################################################
#
# gperf
#
################################################################################
GPERF_VERSION = 3.1
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_LICENSE = GPL-3.0+
GPERF_LICENSE_FILES = COPYING
GPERF_CPE_ID_VENDOR = gperftools_project
GPERF_CPE_ID_PRODUCT = gperftools
$(eval $(autotools-package))
$(eval $(host-autotools-package))