mpfr, move pkgconfig to where it can be found (#9050)

This commit is contained in:
Schrijvers Luc
2023-07-19 15:17:02 +02:00
committed by GitHub
parent 68222ce91b
commit 07722c9229

View File

@@ -23,7 +23,7 @@ improved an existing one, please share your work!"
HOMEPAGE="https://www.mpfr.org"
COPYRIGHT="2000-2023 Free Software Foundation, Inc."
LICENSE="GNU LGPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="http://ftp.gnu.org/gnu/mpfr/mpfr-$portVersion.tar.bz2"
CHECKSUM_SHA256="691db39178e36fc460c046591e4b0f2a52c8f2b3ee6d750cc2eab25f1eaa999d"
@@ -81,7 +81,9 @@ INSTALL()
make install
rm $libDir/libmpfr.la
prepareInstalledDevelLib libmpfr
packageEntries devel $developDir $libDir/pkgconfig
fixPkgconfig
packageEntries devel $developDir
}
TEST()