mpfr: update to 3.1.2

This commit is contained in:
Tom G. Christensen
2013-10-05 14:46:52 +02:00
parent 783e0dfc57
commit 3462a3e069
4 changed files with 5 additions and 398 deletions

View File

@@ -6,11 +6,11 @@
###########################################################
# Check the following 4 variables before running the script
topdir=mpfr
version=3.0.1
version=3.1.2
pkgver=1
source[0]=http://www.mpfr.org/mpfr-current/$topdir-$version.tar.bz2
# If there are no patches, simply comment this
patch[0]=mpfr-3.0.1p4.patch
#patch[0]=
# Source function library
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
@@ -23,8 +23,6 @@ reg prep
prep()
{
generic_prep
setdir source
touch configure
}
reg build