re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-20 15:48:42 +02:00
parent 366ddb6803
commit 32be1ac3d6
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/readline-6.3.tar.gz
/readline-7.0.tar.gz /readline-7.0.tar.gz

8
STAGE2-readline Normal file
View File

@ -0,0 +1,8 @@
#requires ncurses
mcd $BUILDDIR/readline
$SRC/readline-*/configure $TCONFIGARGS
make $J
make $J install