From 068e1d50d27354b2935444a81438bbd09c338c93 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 29 Jun 2011 16:51:11 -0500 Subject: main/pth: remove *.la files --- main/pth/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/pth/APKBUILD b/main/pth/APKBUILD index 3d66d2b3a..7882289c4 100644 --- a/main/pth/APKBUILD +++ b/main/pth/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=pth pkgver=2.0.7 -pkgrel=3 +pkgrel=4 pkgdesc="The GNU Portable Threads." url="http://www.gnu.org/software/pth" arch="all" @@ -33,7 +33,9 @@ build () { package() { cd "$srcdir"/$pkgname-$pkgver make -j1 DESTDIR="$pkgdir" install + rm "$pkgdir"/usr/lib/*.la } + md5sums="9cb4a25331a4c4db866a31cbe507c793 pth-2.0.7.tar.gz 7bbd4f3328807c740c86db94e93e48ad pth-2.0.5-parallelfix.patch 942fa4be28117756cd579937b257b9cc pth-2.0.6-ldflags.patch -- cgit v1.2.3