diff options
Diffstat (limited to 'main/pth')
-rw-r--r-- | main/pth/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
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 <ncopa@alpinelinux.org> 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 |