ImageMagick: fix $version.
--HG-- extra : convert_revision : 0d44187043c65989c679584587f3bf482df208a1
This commit is contained in:
parent
ecaabf707a
commit
e39a60fcf7
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue