aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextra/squashfs-tools-ng/build10
-rw-r--r--extra/squashfs-tools-ng/checksums1
-rw-r--r--extra/squashfs-tools-ng/depends1
-rw-r--r--extra/squashfs-tools-ng/sources1
-rw-r--r--extra/squashfs-tools-ng/version1
5 files changed, 14 insertions, 0 deletions
diff --git a/extra/squashfs-tools-ng/build b/extra/squashfs-tools-ng/build
new file mode 100755
index 00000000..afebf37f
--- /dev/null
+++ b/extra/squashfs-tools-ng/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --without-xz \
+ --disable-shared
+
+make CCLD="${CC:-cc} --static"
+make DESTDIR="$1" install
diff --git a/extra/squashfs-tools-ng/checksums b/extra/squashfs-tools-ng/checksums
new file mode 100644
index 00000000..13f1b200
--- /dev/null
+++ b/extra/squashfs-tools-ng/checksums
@@ -0,0 +1 @@
+dd8bd1dcfa00beee9426cea1af1adc7a162da449728335ff67dc491ac6c04205 squashfs-tools-ng-autoconf-1.0.0.tar.xz
diff --git a/extra/squashfs-tools-ng/depends b/extra/squashfs-tools-ng/depends
new file mode 100644
index 00000000..17a6d43d
--- /dev/null
+++ b/extra/squashfs-tools-ng/depends
@@ -0,0 +1 @@
+zlib make
diff --git a/extra/squashfs-tools-ng/sources b/extra/squashfs-tools-ng/sources
new file mode 100644
index 00000000..a05871c2
--- /dev/null
+++ b/extra/squashfs-tools-ng/sources
@@ -0,0 +1 @@
+https://dl.carbslinux.org/distfiles/squashfs-tools-ng-autoconf-1.0.0.tar.xz
diff --git a/extra/squashfs-tools-ng/version b/extra/squashfs-tools-ng/version
new file mode 100644
index 00000000..44489962
--- /dev/null
+++ b/extra/squashfs-tools-ng/version
@@ -0,0 +1 @@
+1.0.0 1