From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/zlib.xibuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'repo/system/zlib.xibuild') diff --git a/repo/system/zlib.xibuild b/repo/system/zlib.xibuild index d22e0c1..6b822f9 100644 --- a/repo/system/zlib.xibuild +++ b/repo/system/zlib.xibuild @@ -10,11 +10,14 @@ DESC="compression and decompression routines used by some programs" build () { ./configure --prefix=/usr make +} + +check () { make check - make DESTDIR=$PKG_DEST install } package () { + make DESTDIR=$PKG_DEST install rm -fv $PKG_DEST/usr/lib/libz.a } -- cgit v1.2.1