mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Build perl 5.003.
This commit is contained in:
parent
221b1d07ad
commit
7bace0cc99
7 changed files with 139 additions and 0 deletions
17
sysa/perl5.003/perl5.003.sh
Executable file
17
sysa/perl5.003/perl5.003.sh
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
rm perly.c perly.h
|
||||
bison -d perly.y
|
||||
mv perly.tab.c perly.c
|
||||
mv perly.tab.h perly.h
|
||||
|
||||
for file in embed keywords opcode; do
|
||||
rm ${file}.h
|
||||
perl ${file}.pl
|
||||
done
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue