aboutsummaryrefslogtreecommitdiff
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)
downloadalpine_aports-97e56a5170467c68f8005febf76678db23f06655.tar.bz2
alpine_aports-97e56a5170467c68f8005febf76678db23f06655.tar.xz
alpine_aports-97e56a5170467c68f8005febf76678db23f06655.zip
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 2964512e36..4df377600c 100644
--- a/testing/mhash/APKBUILD
+++ b/testing/mhash/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: 2# Maintainer:
3pkgname=mhash 3pkgname=mhash
4pkgver=0.9.9.9 4pkgver=0.9.9.9
5pkgrel=0 5pkgrel=1
6pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA-1, HAVAL, etc" 6pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA-1, HAVAL, etc"
7url="http://mhash.sourceforge.net/" 7url="http://mhash.sourceforge.net/"
8arch="all" 8arch="all"
@@ -37,6 +37,7 @@ build() {
37package() { 37package() {
38 cd "$_builddir" 38 cd "$_builddir"
39 make DESTDIR="$pkgdir" install || return 1 39 make DESTDIR="$pkgdir" install || return 1
40 rm "$pkgdir"/usr/lib/*.la || return 1
40} 41}
41 42
42md5sums="f91c74f9ccab2b574a98be5bc31eb280 mhash-0.9.9.9.tar.bz2" 43md5sums="f91c74f9ccab2b574a98be5bc31eb280 mhash-0.9.9.9.tar.bz2"