summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-23 05:57:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-23 05:57:27 +0000
commit97e56a5170467c68f8005febf76678db23f06655 (patch)
treee5725682c85b49135ea43b9f2ed01ef6ca881266
parent7ca9bed6c7cae20d1211944354c89bc5ce899f4b (diff)
downloadaports-97e56a5170467c68f8005febf76678db23f06655.tar.bz2
aports-97e56a5170467c68f8005febf76678db23f06655.tar.xz
testing/mhash: remove *.la
-rw-r--r--testing/mhash/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mhash/APKBUILD b/testing/mhash/APKBUILD
index 2964512e3..4df377600 100644
--- a/testing/mhash/APKBUILD
+++ b/testing/mhash/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=mhash
pkgver=0.9.9.9
-pkgrel=0
+pkgrel=1
pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA-1, HAVAL, etc"
url="http://mhash.sourceforge.net/"
arch="all"
@@ -37,6 +37,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="f91c74f9ccab2b574a98be5bc31eb280 mhash-0.9.9.9.tar.bz2"