#!/bin/bashDEPS=(glibc)SOURCE=https://github.com/madler/zlib
DESC="compression and decompression routines used by some programs"
build(){./configure--prefix=/usrmake
makecheck
makeDESTDIR=$PKG_DESTinstall
}
package(){# Remove a useless static library (lfs recommended)rm-fv$PKG_DEST/usr/lib/libz.a}