aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/squashfs-tools
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/extra/squashfs-tools
parent8c2e7bb570c11a51fdcecf7302af4058757d862c (diff)
downloadalicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz
alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip
added repos
Diffstat (limited to 'repos/extra/squashfs-tools')
-rw-r--r--repos/extra/squashfs-tools/.files13
-rw-r--r--repos/extra/squashfs-tools/build2
-rw-r--r--repos/extra/squashfs-tools/depends3
-rw-r--r--repos/extra/squashfs-tools/info4
4 files changed, 22 insertions, 0 deletions
diff --git a/repos/extra/squashfs-tools/.files b/repos/extra/squashfs-tools/.files
new file mode 100644
index 00000000..df139f47
--- /dev/null
+++ b/repos/extra/squashfs-tools/.files
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root sbin/
+-rwxr-xr-x root/root sbin/mksquashfs
+lrwxrwxrwx root/root sbin/sqfscat -> unsquashfs
+lrwxrwxrwx root/root sbin/sqfstar -> mksquashfs
+-rwxr-xr-x root/root sbin/unsquashfs
+drwxr-xr-x root/root usr/
+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/mksquashfs.1.gz
+-rw-r--r-- root/root usr/share/man/man1/sqfscat.1.gz
+-rw-r--r-- root/root usr/share/man/man1/sqfstar.1.gz
+-rw-r--r-- root/root usr/share/man/man1/unsquashfs.1.gz
diff --git a/repos/extra/squashfs-tools/build b/repos/extra/squashfs-tools/build
new file mode 100644
index 00000000..47bd3305
--- /dev/null
+++ b/repos/extra/squashfs-tools/build
@@ -0,0 +1,2 @@
+make ZSTD_SUPPORT=1 GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1 EXTRA_CFLAGS="-fcommon" -C $name
+make install INSTALL_PREFIX= INSTALL_DIR=$PKG/sbin INSTALL_MANPAGES_DIR=$PKG/usr/share/man/man1 -C $name
diff --git a/repos/extra/squashfs-tools/depends b/repos/extra/squashfs-tools/depends
new file mode 100644
index 00000000..97f9754e
--- /dev/null
+++ b/repos/extra/squashfs-tools/depends
@@ -0,0 +1,3 @@
+lzo
+xz
+zstd
diff --git a/repos/extra/squashfs-tools/info b/repos/extra/squashfs-tools/info
new file mode 100644
index 00000000..574de299
--- /dev/null
+++ b/repos/extra/squashfs-tools/info
@@ -0,0 +1,4 @@
+name=squashfs-tools
+version=4.6.1
+release=1
+source="https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz"