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