main/imagemagick: don't delete .la files; still broken without imagemagick-dev for now

This commit is contained in:
William Pitcock 2011-05-15 15:26:45 -05:00
parent c36a7aaacf
commit e4056a7367

View File

@ -3,7 +3,7 @@
pkgname=imagemagick
pkgver=6.6.9.8
_pkgver=${pkgver%.*}-${pkgver##*.}
pkgrel=1
pkgrel=2
pkgdesc="A collection of tools and libraries for many image formats"
url="http://www.imagemagick.org/"
arch="all"
@ -37,7 +37,6 @@ package() {
cd "$srcdir/ImageMagick-${_pkgver}"
make -j1 DESTDIR="$pkgdir" install
find "$pkgdir" -name '.packlist' -o -name 'perllocal.pod' -delete
find "$pkgdir" -name '*.la' -delete
}
md5sums="43ba022c0a3cf240bb7265894a6a14e0 ImageMagick-6.6.9-8.tar.gz"