mpfr: update to 3.1.2p11

This commit is contained in:
Tom G. Christensen 2015-04-25 16:07:23 +02:00
parent ee21ee4b18
commit 995fa75086
4 changed files with 1636 additions and 4 deletions

View File

@ -6,11 +6,12 @@
###########################################################
# Check the following 4 variables before running the script
topdir=mpfr
version=3.1.2
real_version=3.1.2
version=${real_version}p11
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
#patch[0]=
patch[0]=mpfr-3.1.2-allpatches-p1-p11.patch
# Source function library
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
@ -18,6 +19,7 @@ source[0]=http://www.mpfr.org/mpfr-current/$topdir-$version.tar.bz2
# Global settings
export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
topsrcdir=mpfr-${real_version}
reg prep
prep()
@ -47,6 +49,7 @@ install()
${__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.4.2 1 1
compat mpfr 3.1.2 1 1
}
reg pack

View File

@ -1,5 +1,8 @@
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
- Update to 3.1.2

View File

@ -15,7 +15,7 @@ pkgname="${pkgprefix}${topdir}d"
name="${topdir}-devel - Development support for mpfr"
pkgcat="system"
pkgvendor="http://www.mpfr.org"
pkgdesc="Files need for developing with mpfr"
pkgdesc="Files needed for developing with mpfr"
pkgver="$pkgver"
files(-,root,bin)
$_libdir/*.so

File diff suppressed because it is too large Load Diff