aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/libzmf/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/libzmf/APKBUILD b/community/libzmf/APKBUILD
index 177509fb56..eea87060a8 100644
--- a/community/libzmf/APKBUILD
+++ b/community/libzmf/APKBUILD
@@ -24,16 +24,13 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --disable-werror \
- || return 1
- make || return 1
+ --disable-werror
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
-md5sums="5a002c50af653b67b3c2aedd979a2972 libzmf-0.0.1.tar.xz"
-sha256sums="eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a libzmf-0.0.1.tar.xz"
sha512sums="cf601974a762ddee45430c136f40231e7659884544881ab37563a97e169201bfd335bad1ddc220e882612e2480070c4a36ba3826242a48e12105e20bb6f717e2 libzmf-0.0.1.tar.xz"