From 14ce2422be3da9e3e4a164679649a3b71c46f9b7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 May 2009 00:05:09 +0200 Subject: [PATCH] gmp: fix distfiles. From , thanks. --HG-- extra : convert_revision : 574f38b6253528325019377267d5c1d7cc3f7aad --- templates/gmp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"