re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 09:16:41 +02:00
parent 781f029061
commit e25663c94f
2 changed files with 13 additions and 1 deletions

7
.gitignore vendored
View File

@ -1,2 +1,7 @@
SOURCES/mpfr-3.1.6.tar.xz
/mpfr-3.1.1.tar.xz
/mpfr-3.1.2.zip
/mpfr-3.1.2.tar.xz
/mpfr-3.1.3.tar.xz
/mpfr-3.1.4.tar.xz
/mpfr-3.1.5.tar.xz
/mpfr-3.1.6.tar.xz

7
STAGE1-mpfr Normal file
View File

@ -0,0 +1,7 @@
L=$1
srpm $L
mcd $BUILDDIR/t-$L
$SRC/${L}-*/configure $TCONFIGARGS
make $J
make $J install DESTDIR=${ROOTFS}
fix_la $L