aboutsummaryrefslogtreecommitdiff
path: root/community/squashfs-tools-ng
diff options
context:
space:
mode:
Diffstat (limited to 'community/squashfs-tools-ng')
-rwxr-xr-xcommunity/squashfs-tools-ng/build14
-rw-r--r--community/squashfs-tools-ng/checksums2
-rw-r--r--community/squashfs-tools-ng/depends4
-rw-r--r--community/squashfs-tools-ng/meta3
-rw-r--r--community/squashfs-tools-ng/sources1
-rw-r--r--community/squashfs-tools-ng/version1
6 files changed, 25 insertions, 0 deletions
diff --git a/community/squashfs-tools-ng/build b/community/squashfs-tools-ng/build
new file mode 100755
index 00000000..e53fc867
--- /dev/null
+++ b/community/squashfs-tools-ng/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+autoreconf -fi
+
+export PKG_CONFIG="pkgconf --static"
+
+./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --without-xz \
+ --disable-shared
+
+make CCLD="${CC:-cc} --static"
+make DESTDIR="$1" install
diff --git a/community/squashfs-tools-ng/checksums b/community/squashfs-tools-ng/checksums
new file mode 100644
index 00000000..bb6ec373
--- /dev/null
+++ b/community/squashfs-tools-ng/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+dce3304201bbe34e9c0d96553c6c7c2b1681383cd3d9254369f698774fa2396e v1.2.0.tar.gz
diff --git a/community/squashfs-tools-ng/depends b/community/squashfs-tools-ng/depends
new file mode 100644
index 00000000..f6f39b49
--- /dev/null
+++ b/community/squashfs-tools-ng/depends
@@ -0,0 +1,4 @@
+autoconf make
+automake make
+pkgconf make
+zlib make
diff --git a/community/squashfs-tools-ng/meta b/community/squashfs-tools-ng/meta
new file mode 100644
index 00000000..d9e5639e
--- /dev/null
+++ b/community/squashfs-tools-ng/meta
@@ -0,0 +1,3 @@
+description: Tools and libraries to work with SquashFS images
+license: GPL-3.0-or-later, LGPL-3.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/squashfs-tools-ng/sources b/community/squashfs-tools-ng/sources
new file mode 100644
index 00000000..d86717e0
--- /dev/null
+++ b/community/squashfs-tools-ng/sources
@@ -0,0 +1 @@
+https://github.com/AgentD/squashfs-tools-ng/archive/v1.2.0.tar.gz
diff --git a/community/squashfs-tools-ng/version b/community/squashfs-tools-ng/version
new file mode 100644
index 00000000..8b9a47f0
--- /dev/null
+++ b/community/squashfs-tools-ng/version
@@ -0,0 +1 @@
+1.2.0 1