re-import sources as agreed with the maintainer
This commit is contained in:
parent
781f029061
commit
e25663c94f
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
7
STAGE1-mpfr
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user