# Description: Implementation of zlib compression library with new API # URL: https://github.com/zlib-ng/zlib-ng # Maintainer: KRAK3N Team, core ports at krak3n dot my name=zlib-ng version=2.2.5 release=1 source=(https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz no-weird-ver.patch) build() { cd ${name}-${version} patch -Np1 -i ../no-weird-ver.patch ./configure --prefix=/usr --shared --zlib-compat make make DESTDIR=$PKG install }