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 | |
| parent | 73d7a925b4ad5bb64b17506acdf1600a12d55d47 (diff) | |
| download | alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.tar.gz alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.zip | |
clang repos migrated to main
Diffstat (limited to 'repos/core/zlib')
| -rw-r--r-- | repos/core/zlib/.checksum | 1 | ||||
| -rw-r--r-- | repos/core/zlib/.files | 14 | ||||
| -rw-r--r-- | repos/core/zlib/abuild | 10 |
3 files changed, 0 insertions, 25 deletions
diff --git a/repos/core/zlib/.checksum b/repos/core/zlib/.checksum deleted file mode 100644 index 512d74e4..00000000 --- a/repos/core/zlib/.checksum +++ /dev/null @@ -1 +0,0 @@ -ecc0690d7522294c2706d02ecc6a3b054a1ab58eef06f5a9d8892a20404fd906 zlib-1.3.1.tar.xz diff --git a/repos/core/zlib/.files b/repos/core/zlib/.files deleted file mode 100644 index ae57f0bd..00000000 --- a/repos/core/zlib/.files +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/zconf.h --rw-r--r-- root/root usr/include/zlib.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libz.so -> libz.so.1.3.1 -lrwxrwxrwx root/root usr/lib/libz.so.1 -> libz.so.1.3.1 --rwxr-xr-x root/root usr/lib/libz.so.1.3.1 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/zlib.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/zlib.3.gz 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 -} |