#!/bin/shMAKEDEPS="make "DEPS="musl"PKG_VER=1.2.12
SOURCE="https://github.com/madler/zlib/archive/refs/tags/v$PKG_VER.tar.gz"DESC="compression and decompression routines used by some programs"
build(){./configure--prefix=/usrmake
}
check(){makecheck
}
package(){makeDESTDIR=$PKG_DESTinstall
rm-f$PKG_DEST/usr/lib/libz.a}