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'
|
# Template file for 'ImageMagick'
|
||||||
pkgname=ImageMagick
|
pkgname=ImageMagick
|
||||||
_distver=6.7.5
|
_majorver=6.7.5
|
||||||
_distverpatch=3
|
_patchver=3
|
||||||
version=${_distver}.${_distverpatch}
|
version=${_majorver}.${_patchver}
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||||
distfiles="http://ftp.nluug.nl/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.xz"
|
distfiles="http://ftp.nluug.nl/$pkgname/$pkgname-${_majorver}-${_patchver}.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gslib --without-jp2 --without-autotrace
|
configure_args="--without-gslib --without-jp2 --without-autotrace
|
||||||
--without-dps --without-fpx --without-gvc --without-jbig
|
--without-dps --without-fpx --without-gvc --without-jbig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue