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/core/zlib/abuild | |
| parent | 73d7a925b4ad5bb64b17506acdf1600a12d55d47 (diff) | |
| download | alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.tar.gz alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.zip | |
clang repos migrated to main
Diffstat (limited to 'repos/core/zlib/abuild')
| -rw-r--r-- | repos/core/zlib/abuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/repos/core/zlib/abuild b/repos/core/zlib/abuild deleted file mode 100644 index d0a08003..00000000 --- a/repos/core/zlib/abuild +++ /dev/null @@ -1,10 +0,0 @@ -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 -} |