mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
help2man-1.36.4
This commit is contained in:
parent
65a2e3e33d
commit
ce77c561db
5 changed files with 36 additions and 0 deletions
21
sysa/help2man-1.36.4/help2man-1.36.4.sh
Executable file
21
sysa/help2man-1.36.4/help2man-1.36.4.sh
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.59 -f
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
CC=tcc ./configure --prefix="${PREFIX}" --disable-nls
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make
|
||||
|
||||
# fix a broken shebang
|
||||
tail -n +6 help2man > help2man.tmp
|
||||
echo "#!/${PREFIX}/bin/perl" > help2man
|
||||
cat help2man.tmp >> help2man
|
||||
rm help2man.tmp
|
||||
}
|
||||
|
|
@ -121,6 +121,8 @@ build autoconf-2.59
|
|||
|
||||
build automake-1.8.5
|
||||
|
||||
build help2man-1.36.4
|
||||
|
||||
build bash-3.2.57
|
||||
|
||||
exec bash run2.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue