mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Add perl 5.000.
This commit is contained in:
parent
aa11513fdd
commit
221b1d07ad
10 changed files with 245 additions and 1 deletions
23
sysa/perl5.000/perl5.000.sh
Executable file
23
sysa/perl5.000/perl5.000.sh
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
|
||||
rm embed.h
|
||||
./embed_h.SH
|
||||
|
||||
rm keywords.h
|
||||
chmod +x keywords.sh
|
||||
./keywords.sh
|
||||
|
||||
rm opcode.h
|
||||
chmod +x opcode.sh
|
||||
./opcode.sh
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue