Texinfo 6.7

This commit is contained in:
Andrius Štikonas 2021-05-29 01:05:21 +01:00
parent 1857439ddd
commit c7a716d661
7 changed files with 73 additions and 0 deletions

15
sysa/texinfo-6.7/texinfo-6.7.sh Executable file
View file

@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
find . -name '*.mo' -delete
find . -name '*.gmo' -delete
../../import-gnulib.sh
autoreconf -fi
}
src_configure() {
./configure --prefix="${PREFIX}"
}