abuild (257B)
1 name=zlib-ng 2 version=2.3.2 3 release=2 4 source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz 5 no-weird-ver.patch" 6 keep_static=1 7 8 build() { 9 ./configure --prefix=/usr --shared --zlib-compat 10 make 11 make DESTDIR=$PKG install 12 } 13