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