diff options
| author | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-14 01:35:12 +0000 |
|---|---|---|
| committer | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-14 01:35:12 +0000 |
| commit | 595101c9e63eae025157878b14577acb3fef0b3b (patch) | |
| tree | 9878022974c9d8b274c999d693e466b23cfb2fdd /repos/archive/zlib/abuild | |
| parent | 73d7a925b4ad5bb64b17506acdf1600a12d55d47 (diff) | |
| download | alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.tar.gz alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.zip | |
clang repos migrated to main
Diffstat (limited to 'repos/archive/zlib/abuild')
| -rw-r--r-- | repos/archive/zlib/abuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/archive/zlib/abuild b/repos/archive/zlib/abuild new file mode 100644 index 00000000..d0a08003 --- /dev/null +++ b/repos/archive/zlib/abuild @@ -0,0 +1,10 @@ +name=zlib +version=1.3.1 +release=1 +source="https://$name.net/$name-$version.tar.xz" + +build() { + ./configure --prefix=/usr --localstatedir=/var + make + make install +} |