From 738f8d0758f2c1ebedd598cbb0a89ecff4f01124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 15 Oct 2018 10:37:23 +0200 Subject: community/monkeysphere: seperate build() and package() Without this change the sources files are compiled in the package() function as a perquisite of the install target. --- community/monkeysphere/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/monkeysphere/APKBUILD b/community/monkeysphere/APKBUILD index 214baaba24..aa26b53640 100644 --- a/community/monkeysphere/APKBUILD +++ b/community/monkeysphere/APKBUILD @@ -13,6 +13,11 @@ subpackages="$pkgname-doc" source="http://archive.monkeysphere.info/debian/pool/$pkgname/m/$pkgname/${pkgname}_$pkgver.orig.tar.gz" builddir="$srcdir/$pkgname-$pkgver" +build() { + cd "$builddir" + make +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install -- cgit v1.2.3