aboutsummaryrefslogtreecommitdiffstats
path: root/community/pcc-libs/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-08-26 18:58:43 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-08-26 18:58:43 +0200
commit27a1e8f46049aa1f051869c737e1aa07b902f447 (patch)
tree96edadedfa325b1270c406a71a251f9ece394211 /community/pcc-libs/APKBUILD
parentfadc76dc17f4345011812bcf969f5240eb2858b1 (diff)
community/pcc-libs: modernize APKBUILD
Diffstat (limited to 'community/pcc-libs/APKBUILD')
-rw-r--r--community/pcc-libs/APKBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/community/pcc-libs/APKBUILD b/community/pcc-libs/APKBUILD
index 7b9bf296e4e..88c5f6ca302 100644
--- a/community/pcc-libs/APKBUILD
+++ b/community/pcc-libs/APKBUILD
@@ -7,22 +7,16 @@ pkgdesc="The portable C compiler support libraries."
url="http://pcc.ludd.ltu.se/"
arch="x86 x86_64"
license="BSD"
-depends=""
-depends_dev=""
-makedepends="$depends_dev"
-install=""
subpackages="$pkgname-dev"
-source="ftp://pcc.ludd.ltu.se/pub/$pkgname/pcc-libs-$pkgver.tgz
+source="ftp://pcc.ludd.ltu.se/pub/pcc-libs/pcc-libs-$pkgver.tgz
musl-fixes.patch"
-builddir="$srcdir/"$pkgname-$pkgver
prepare() {
default_prepare
update_config_sub
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -34,7 +28,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}