ImageMagick: update to 6.7.0.10.

This commit is contained in:
Juan RP 2011-07-05 13:14:25 +02:00
parent 8b1b4e2dfa
commit ba6709dc18

View File

@ -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 <xtraeme@gmail.com>"
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}
}