[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Nov 4 03:26:57 UTC 2008


    Date: Monday, November 3, 2008 @ 22:26:56
  Author: eric
Revision: 18307

Modified:
  imagemagick/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-04 02:46:10 UTC (rev 18306)
+++ PKGBUILD	2008-11-04 03:26:56 UTC (rev 18307)
@@ -15,7 +15,8 @@
 url="http://www.imagemagick.org/"
 license=('custom')
 depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript' 'openexr' 'libtool>=2.2' 'bzip2' 'libxml2' 'jasper')
-options=('!makeflags' '!docs' '!libtool')
+#makedepends=('ghostscript' 'openexr')
+options=('!makeflags' '!docs')
 source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.bz2 \
         libpng_mmx_patch_x86_64.patch add_delegate.patch)
 md5sums=('bb56af6fb74e887b0d079e3a350fad03'
@@ -48,4 +49,6 @@
   find ${pkgdir} -name '*.bs' -exec rm {} \; || return 1
   find ${pkgdir} -name '.packlist' -exec rm {} \; || return 1
   find ${pkgdir} -name 'perllocal.pod' -exec rm {} \; || return 1
+
+  rm -f ${pkgdir}/usr/lib/*.la || return 1
 }




More information about the arch-commits mailing list