From b5a8a6c29e40f786ceb808c0b95f01c4251111d1 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 18 Feb 2025 00:15:24 +0800 Subject: added clang branch --- repos/core/zlib-ng/abuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 repos/core/zlib-ng/abuild (limited to 'repos/core/zlib-ng/abuild') 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 +} + -- cgit v1.2.3