aboutsummaryrefslogtreecommitdiffstats
path: root/main/exiv2
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-07-01 08:43:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-07-01 08:43:41 +0000
commite778212c71c4832e36ea10f0eae39a8f4f6fd382 (patch)
treedbc181b3209ae190c2eb659b1ecd8c095bdbf9c7 /main/exiv2
parente47359534b8ac23769757e384747f5fb5c4993ae (diff)
downloadaports-e778212c71c4832e36ea10f0eae39a8f4f6fd382.tar.bz2
aports-e778212c71c4832e36ea10f0eae39a8f4f6fd382.tar.xz
main/exiv2: remove *.la
Diffstat (limited to 'main/exiv2')
-rw-r--r--main/exiv2/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/exiv2/APKBUILD b/main/exiv2/APKBUILD
index 82638d7e95..32e24dc547 100644
--- a/main/exiv2/APKBUILD
+++ b/main/exiv2/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=exiv2
pkgver=0.21.1
-pkgrel=0
+pkgrel=1
pkgdesc="Exif and Iptc metadata manipulation library and tools."
url="http://exiv2.org"
arch="all"
@@ -22,6 +22,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="5c99bbcaa998f6b200b92f2bf0ac4f9e exiv2-0.21.1.tar.gz"