From ba6709dc189158f031e33922b2ca41382a201510 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 5 Jul 2011 13:14:25 +0200 Subject: [PATCH] ImageMagick: update to 6.7.0.10. --- srcpkgs/ImageMagick/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template index fb925d6e6fb..ca19fb6cd1b 100644 --- a/srcpkgs/ImageMagick/template +++ b/srcpkgs/ImageMagick/template @@ -1,10 +1,10 @@ # Template file for 'ImageMagick' pkgname=ImageMagick _distver=6.7.0 -_distverpatch=8 +_distverpatch=10 version=${_distver}.${_distverpatch} wrksrc=${pkgname}-${_distver}-${_distverpatch} -distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2" +distfiles="http://ftp.nluug.nl/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2" build_style=gnu_configure configure_args="--without-gslib --without-jp2 --without-autotrace --without-djvu --without-dps --without-fpx --without-gvc --without-jbig @@ -14,7 +14,7 @@ short_desc="Package for display and interactive manipulation of images" maintainer="Juan RP " homepage="http://www.imagemagick.org/" license="${pkgname}, MIT" -checksum=1a3b4f556c0f44b5d0be04935531e36e2fc06a641ba2e92e0b6d8ee2d75a05c5 +checksum=8e01fbaef011be4f909f6c3ad5565b6078acc148030c97b4c5ecd384d2b4b36c long_desc=" ImageMagick TM, is a package for display and interactive manipulation of images for the X Window System. It is written in C and interfaces @@ -62,6 +62,6 @@ Add_dependency build libstdc++-devel post_install() { - install -d ${DESTDIR}/usr/share/licenses/${pkgname} - install -m644 LICENSE NOTICE ${DESTDIR}/usr/share/licenses/${pkgname} + vinstall LICENSE 644 usr/share/licenses/${pkgname} + vinstall NOTICE 644 usr/share/licenses/${pkgname} }