mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-08 04:15:24 +01:00
gperf 3.1
This commit is contained in:
parent
4cd5b9dfbb
commit
3d64db72dc
6 changed files with 31 additions and 0 deletions
1
sysa/gperf-3.1/checksums
Normal file
1
sysa/gperf-3.1/checksums
Normal file
|
|
@ -0,0 +1 @@
|
|||
1f2a11dd9afd812a40ab44e5297ef375daddeda589c79d08be65958430c4ef82 /image/bin/gperf
|
||||
19
sysa/gperf-3.1/gperf-3.1.sh
Executable file
19
sysa/gperf-3.1/gperf-3.1.sh
Executable 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}"
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue