mpfr: update to 3.1.2p11
This commit is contained in:
parent
ee21ee4b18
commit
995fa75086
@ -6,11 +6,12 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=mpfr
|
topdir=mpfr
|
||||||
version=3.1.2
|
real_version=3.1.2
|
||||||
|
version=${real_version}p11
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=http://www.mpfr.org/mpfr-current/$topdir-$version.tar.bz2
|
source[0]=http://www.mpfr.org/mpfr-current/$topdir-$real_version.tar.bz2
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
patch[0]=mpfr-3.1.2-allpatches-p1-p11.patch
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
@ -18,6 +19,7 @@ source[0]=http://www.mpfr.org/mpfr-current/$topdir-$version.tar.bz2
|
|||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||||
|
topsrcdir=mpfr-${real_version}
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
@ -47,6 +49,7 @@ install()
|
|||||||
${__tar} -cf - libmpfr.so.1 libmpfr.so.1.2.2 | (cd ${stagedir}${prefix}/${_libdir}; ${__tar} -xf -)
|
${__tar} -cf - libmpfr.so.1 libmpfr.so.1.2.2 | (cd ${stagedir}${prefix}/${_libdir}; ${__tar} -xf -)
|
||||||
compat mpfr 2.3.1 1 1
|
compat mpfr 2.3.1 1 1
|
||||||
compat mpfr 2.4.2 1 1
|
compat mpfr 2.4.2 1 1
|
||||||
|
compat mpfr 3.1.2 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sat Apr 25 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 3.1.2p11-1
|
||||||
|
- Update to 3.1.2p11
|
||||||
|
|
||||||
* Sat Oct 05 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 3.1.2-1
|
* Sat Oct 05 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 3.1.2-1
|
||||||
- Update to 3.1.2
|
- Update to 3.1.2
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ pkgname="${pkgprefix}${topdir}d"
|
|||||||
name="${topdir}-devel - Development support for mpfr"
|
name="${topdir}-devel - Development support for mpfr"
|
||||||
pkgcat="system"
|
pkgcat="system"
|
||||||
pkgvendor="http://www.mpfr.org"
|
pkgvendor="http://www.mpfr.org"
|
||||||
pkgdesc="Files need for developing with mpfr"
|
pkgdesc="Files needed for developing with mpfr"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
$_libdir/*.so
|
$_libdir/*.so
|
||||||
|
1626
mpfr/src/mpfr-3.1.2-allpatches-p1-p11.patch
Normal file
1626
mpfr/src/mpfr-3.1.2-allpatches-p1-p11.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user