ImageMagick: fix template version vars.
This commit is contained in:
parent
27eaffda8a
commit
d067aa582b
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'ImageMagick'
|
||||
pkgname=ImageMagick
|
||||
_distver=6.7.5
|
||||
_distverpatch=3
|
||||
version=${_distver}.${_distverpatch}
|
||||
_majorver=6.7.5
|
||||
_patchver=3
|
||||
version=${_majorver}.${_patchver}
|
||||
revision=2
|
||||
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
||||
distfiles="http://ftp.nluug.nl/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.xz"
|
||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||
distfiles="http://ftp.nluug.nl/$pkgname/$pkgname-${_majorver}-${_patchver}.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gslib --without-jp2 --without-autotrace
|
||||
--without-dps --without-fpx --without-gvc --without-jbig
|
||||
|
|
Loading…
Reference in a new issue