From e39a60fcf71db67ccbe2bdae28205925c4584378 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Apr 2009 10:21:10 +0200 Subject: [PATCH] ImageMagick: fix $version. --HG-- extra : convert_revision : 0d44187043c65989c679584587f3bf482df208a1 --- templates/ImageMagick/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/ImageMagick/template b/templates/ImageMagick/template index f157b74afa..a0d324b5a5 100644 --- a/templates/ImageMagick/template +++ b/templates/ImageMagick/template @@ -1,7 +1,10 @@ # Template file for 'ImageMagick' pkgname=ImageMagick -version=6.5.1-4 -distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-$version.tar.bz2" +_distver=6.5.1 +_distverpatch=4 +version=${_distver}.${_distverpatch} +wrksrc=${pkgname}-${_distver}-${_distverpatch} +distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2" build_style=gnu_configure config_shell="/bin/bash" configure_args="--without-gslib --without-jp2 --without-autotrace