aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorCág <ca6c@bitmessage.ch>2018-01-07 09:59:40 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-01-10 15:39:16 +0000
commit39e5600b156be2c6b272a447ab16ce835daac907 (patch)
tree03d2cb3b0d17647b9103082158e19ffa54c96a1d /community
parent4c147b0962d1e253c3d6a6ed5b1294c4993307d1 (diff)
community/pcc-libs: update to the latest snapshot
Diffstat (limited to 'community')
-rw-r--r--community/pcc-libs/APKBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/community/pcc-libs/APKBUILD b/community/pcc-libs/APKBUILD
index a147343aa60..48c94a72e49 100644
--- a/community/pcc-libs/APKBUILD
+++ b/community/pcc-libs/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Cág <ca6c@bitmessage.ch>
pkgname=pcc-libs
-pkgver=20171006
+pkgver=20180106
pkgrel=0
pkgdesc="The portable C compiler support libraries."
url="http://pcc.ludd.ltu.se/"
@@ -17,10 +17,8 @@ source="ftp://pcc.ludd.ltu.se/pub/$pkgname/pcc-libs-$pkgver.tgz
builddir="$srcdir/"$pkgname-$pkgver
prepare() {
- default_prepare || return 1
-
- cd "$builddir"
- update_config_sub || return 1
+ default_prepare
+ update_config_sub
}
build() {
@@ -31,15 +29,14 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --localstatedir=/var \
- || return 1
- make -j1 || return 1
+ --localstatedir=/var
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
-sha512sums="04f59205866a71f88c48793573b662280a69f1f32767e9f9260c1f48bf296f397affd98a50229f6181f5e30a8c4c96dcafd5a91db36b97f4bc10bcf6b462ffe4 pcc-libs-20171006.tgz
+sha512sums="52f799feec6706a0dd063bd35522c3e08e923e99f4c601dfa5048fcd2d52118930cab311768e9aa27b3179ce522fe9b968f6772ab44e1d3dde3b57659d69cf26 pcc-libs-20180106.tgz
fd8c71cd583c6be29553f2b7e6ce66073afd6d0406ae86f6fbb6a36efe8685be4732d2989180a9b31af734cc9a0973c1c731472f02bad076121f6c3c58391fc4 musl-fixes.patch"