diff --git a/templates/gmp/template b/templates/gmp/template index e36ebcf491..33ebd78230 100644 --- a/templates/gmp/template +++ b/templates/gmp/template @@ -1,8 +1,8 @@ # Template build file for 'gmp' pkgname=gmp -sourcepkg=gmp +sourcepkg=$pkgname version=4.2.4 -distfiles="ftp://ftp.gmplib.org/pub/$pkgname-$version.tar.bz2" +distfiles="ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.bz2" build_style=gnu_configure configure_args="--enable-cxx --enable-mpbsd" short_desc="Library for arbitrary precision arithmetic"