summaryrefslogtreecommitdiffstats
path: root/imagemagick/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'imagemagick/Pkgfile')
-rwxr-xr-ximagemagick/Pkgfile22
1 files changed, 10 insertions, 12 deletions
diff --git a/imagemagick/Pkgfile b/imagemagick/Pkgfile
index a5fa37828..7342ba923 100755
--- a/imagemagick/Pkgfile
+++ b/imagemagick/Pkgfile
@@ -6,25 +6,23 @@
# Run on: bzip2,expat,fontconfig,freetype,ilmbase,jasper,lcms,libjpeg,libpng,libtiff,libtool,libxml2,openexr
name=imagemagick
-version=6.7.2.8
+version=6.7.4.9
release=1
-_version=6.7.2-8
+_version=6.7.4-9
source=(http://image_magick.veidrodis.com/image_magick/ImageMagick-${_version}.tar.xz)
build () {
-cd ImageMagick-*
+ cd ImageMagick-*
./configure --prefix=/usr \
- --enable-static=no \
- --enable-shared \
- --with-perl \
- --with-x \
- --with-frozenpaths=no \
- --without-modules \
- --disable-openmp
+ --enable-static=no \
+ --enable-shared \
+ --with-perl \
+ --with-x \
+ --with-frozenpaths=no \
+ --without-modules \
+ --disable-openmp
make
make DESTDIR=$PKG install
find $PKG -name perllocal.pod -exec rm {} \;
rm -r $PKG/usr/share/doc
}
-
-