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