aboutsummaryrefslogtreecommitdiff
path: root/repos/core/zlib-ng/abuild
diff options
context:
space:
mode:
authorLinux User <emmett@vmi2195005.contaboserver.net>2025-04-14 01:35:12 +0000
committerLinux User <emmett@vmi2195005.contaboserver.net>2025-04-14 01:35:12 +0000
commit595101c9e63eae025157878b14577acb3fef0b3b (patch)
tree9878022974c9d8b274c999d693e466b23cfb2fdd /repos/core/zlib-ng/abuild
parent73d7a925b4ad5bb64b17506acdf1600a12d55d47 (diff)
downloadalicelinux-595101c9e63eae025157878b14577acb3fef0b3b.tar.gz
alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.zip
clang repos migrated to main
Diffstat (limited to 'repos/core/zlib-ng/abuild')
-rwxr-xr-xrepos/core/zlib-ng/abuild12
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
+}
+