mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/imagemagick: don't delete .la files; still broken without imagemagick-dev for now
This commit is contained in:
parent
c36a7aaacf
commit
e4056a7367
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user