blob: 853223b8ea6f30e4a804832931c6f48e795406c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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() {
./configure --prefix=/usr --shared --zlib-compat
make
make DESTDIR=$PKG install
}
|