diff options
Diffstat (limited to 'repos/core/zlib-ng/abuild')
| -rwxr-xr-x | repos/core/zlib-ng/abuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/core/zlib-ng/abuild b/repos/core/zlib-ng/abuild new file mode 100755 index 00000000..13ffb4a2 --- /dev/null +++ b/repos/core/zlib-ng/abuild @@ -0,0 +1,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 +} + |