blob: 3b459703bfc1e984bf637b3b4eef7378604c35db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name=zlib-ng
version=2.3.3
release=1
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
}
|