parent
7cce72a8e3
commit
027edd3317
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=ImageMagick
|
||||||
_majorver=6.9.10
|
_majorver=6.9.10
|
||||||
_patchver=0
|
_patchver=0
|
||||||
version="${_majorver}.${_patchver}"
|
version="${_majorver}.${_patchver}"
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${_majorver}-${_patchver}"
|
wrksrc="${pkgname}-${_majorver}-${_patchver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-autotrace --with-wmf=yes
|
configure_args="--without-autotrace --with-wmf=yes
|
||||||
|
@ -34,6 +34,11 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
subpackages+=" libmagick-perl"
|
subpackages+=" libmagick-perl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '/VERSION/s/6\.9A/6.99/g' version.sh PerlMagick/Makefile.PL \
|
||||||
|
PerlMagick/*/Makefile.PL PerlMagick/quantum/quantum.pm
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue