gperf 3.1

This commit is contained in:
Andrius Štikonas 2021-07-08 01:42:56 +01:00
parent 4cd5b9dfbb
commit 3d64db72dc
6 changed files with 31 additions and 0 deletions

1
sysa/gperf-3.1/checksums Normal file
View file

@ -0,0 +1 @@
1f2a11dd9afd812a40ab44e5297ef375daddeda589c79d08be65958430c4ef82 /image/bin/gperf

19
sysa/gperf-3.1/gperf-3.1.sh Executable file
View file

@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
find . -name '*.info*' -delete
for d in doc tests lib src; do
cd $d
ln -s ../aclocal.m4 aclocal.m4
autoreconf-2.69 -fi
cd ..
done
autoreconf-2.69 -fi
}
src_configure() {
./configure --prefix="${PREFIX}"
}

View file

@ -62,6 +62,8 @@ build zlib-1.2.11
build gcc-4.7.4
build gperf-3.1
build libunistring-0.9.10
if [ "$FORCE_TIMESTAMPS" = True ] ; then