re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-11 16:32:53 +02:00
parent 7446b0902d
commit 8aacece92c
2 changed files with 9 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,2 +1,3 @@
SOURCES/popt-1.18.tar.gz
/popt-1.18.tar.gz
/popt-*.tar.*
/.build*.log
/*.rpm

6
STAGE2-popt Normal file
View File

@ -0,0 +1,6 @@
mcd $BUILDDIR/popt
$SRC/popt-*/configure $TCONFIGARGS
make $J
make $J install