aboutsummaryrefslogtreecommitdiff
path: root/repos/extra
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-08-21 22:47:07 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-08-21 22:47:07 +0000
commit843dc9355d70385c9345f1d42ba286275e3e433e (patch)
tree40a5c14b670051d490fd87d168378a1e6fe6324b /repos/extra
parentddfed8647d0a9755a1b6838060ec7dd8b20e2896 (diff)
downloadalicelinux-843dc9355d70385c9345f1d42ba286275e3e433e.tar.gz
alicelinux-843dc9355d70385c9345f1d42ba286275e3e433e.zip
lz4: new added
Diffstat (limited to 'repos/extra')
-rw-r--r--repos/extra/lz4/.checksum1
-rw-r--r--repos/extra/lz4/.files25
-rw-r--r--repos/extra/lz4/abuild10
3 files changed, 36 insertions, 0 deletions
diff --git a/repos/extra/lz4/.checksum b/repos/extra/lz4/.checksum
new file mode 100644
index 00000000..e19c4393
--- /dev/null
+++ b/repos/extra/lz4/.checksum
@@ -0,0 +1 @@
+3e69fd475e7852e17594985528b5232afeba7d3d56cfebe2e89071768b2ab36a lz4-1.10.0.tar.gz
diff --git a/repos/extra/lz4/.files b/repos/extra/lz4/.files
new file mode 100644
index 00000000..7f2869ac
--- /dev/null
+++ b/repos/extra/lz4/.files
@@ -0,0 +1,25 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lz4
+lrwxrwxrwx root/root usr/bin/lz4c -> lz4
+lrwxrwxrwx root/root usr/bin/lz4cat -> lz4
+lrwxrwxrwx root/root usr/bin/unlz4 -> lz4
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/lz4.h
+-rw-r--r-- root/root usr/include/lz4file.h
+-rw-r--r-- root/root usr/include/lz4frame.h
+-rw-r--r-- root/root usr/include/lz4frame_static.h
+-rw-r--r-- root/root usr/include/lz4hc.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/liblz4.so -> liblz4.so.1.10.0
+lrwxrwxrwx root/root usr/lib/liblz4.so.1 -> liblz4.so.1.10.0
+-rwxr-xr-x root/root usr/lib/liblz4.so.1.10.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/liblz4.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/lz4.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/lz4c.1.gz -> lz4.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/lz4cat.1.gz -> lz4.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/unlz4.1.gz -> lz4.1.gz
diff --git a/repos/extra/lz4/abuild b/repos/extra/lz4/abuild
new file mode 100644
index 00000000..6f8cb5e0
--- /dev/null
+++ b/repos/extra/lz4/abuild
@@ -0,0 +1,10 @@
+name=lz4
+version=1.10.0
+release=1
+source="https://github.com/${name}/${name}/releases/download/v${version}/${name}-${version}.tar.gz"
+
+build() {
+ make -C lib PREFIX=/usr
+ make -C programs PREFIX=/usr lz4 lz4c
+ make install PREFIX=/usr DESTDIR=$PKG
+}