aboutsummaryrefslogtreecommitdiff
path: root/repos/core/zlib
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-05-24 12:22:12 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-05-24 12:22:12 +0800
commit46ca440e9d6cc606d9c3233021e32d24b25172cf (patch)
treeeeb573e47ac56498fbf74bda6d22fac47038ecab /repos/core/zlib
parent8c2e7bb570c11a51fdcecf7302af4058757d862c (diff)
downloadalicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz
alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip
added repos
Diffstat (limited to 'repos/core/zlib')
-rw-r--r--repos/core/zlib/.files15
-rw-r--r--repos/core/zlib/build3
-rw-r--r--repos/core/zlib/info4
3 files changed, 22 insertions, 0 deletions
diff --git a/repos/core/zlib/.files b/repos/core/zlib/.files
new file mode 100644
index 00000000..acd0d046
--- /dev/null
+++ b/repos/core/zlib/.files
@@ -0,0 +1,15 @@
+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/
+-rw-r--r-- root/root usr/lib/libz.a
+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/build b/repos/core/zlib/build
new file mode 100644
index 00000000..21e2063e
--- /dev/null
+++ b/repos/core/zlib/build
@@ -0,0 +1,3 @@
+./configure --prefix=/usr --localstatedir=/var
+make
+make install
diff --git a/repos/core/zlib/info b/repos/core/zlib/info
new file mode 100644
index 00000000..2190f832
--- /dev/null
+++ b/repos/core/zlib/info
@@ -0,0 +1,4 @@
+name=zlib
+version=1.3.1
+release=1
+source="https://$name.net/$name-$version.tar.xz"