mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ImageMagick: update to 6.7.0.8.
This commit is contained in:
parent
d54074c7d5
commit
981fd41d1e
1 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ImageMagick'
|
# Template file for 'ImageMagick'
|
||||||
pkgname=ImageMagick
|
pkgname=ImageMagick
|
||||||
_distver=6.6.9
|
_distver=6.7.0
|
||||||
_distverpatch=4
|
_distverpatch=8
|
||||||
version=${_distver}.${_distverpatch}
|
version=${_distver}.${_distverpatch}
|
||||||
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
||||||
distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2"
|
distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2"
|
||||||
|
@ -12,7 +12,9 @@ configure_args="--without-gslib --without-jp2 --without-autotrace
|
||||||
--with-magick-plus-plus --with-modules -with-perl --enable-shared"
|
--with-magick-plus-plus --with-modules -with-perl --enable-shared"
|
||||||
short_desc="Package for display and interactive manipulation of images"
|
short_desc="Package for display and interactive manipulation of images"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=91382b2ca556acf1cbaea4a93ca5a228d9fb9e525965987e2e87ad7f3e57ca2f
|
homepage="http://www.imagemagick.org/"
|
||||||
|
license="${pkgname}, MIT"
|
||||||
|
checksum=1a3b4f556c0f44b5d0be04935531e36e2fc06a641ba2e92e0b6d8ee2d75a05c5
|
||||||
long_desc="
|
long_desc="
|
||||||
ImageMagick TM, is a package for display and interactive manipulation
|
ImageMagick TM, is a package for display and interactive manipulation
|
||||||
of images for the X Window System. It is written in C and interfaces
|
of images for the X Window System. It is written in C and interfaces
|
||||||
|
@ -57,3 +59,9 @@ Add_dependency build cairo-devel
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build libwmf-devel
|
Add_dependency build libwmf-devel
|
||||||
Add_dependency build libstdc++-devel
|
Add_dependency build libstdc++-devel
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
install -d ${DESTDIR}/usr/share/licenses/${pkgname}
|
||||||
|
install -m644 LICENSE NOTICE ${DESTDIR}/usr/share/licenses/${pkgname}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue