aboutsummaryrefslogtreecommitdiff
path: root/extra/squashfs-tools-ng
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-14 23:02:39 +0300
committerCem Keylan <cem@ckyln.com>2020-06-14 23:02:39 +0300
commit96c5ebccde57f8623b9c71a1158b6531e34e0714 (patch)
treef6502de0d92b53b6a08fc07d0e02d612829919e9 /extra/squashfs-tools-ng
parent02d1732e1b40334bb209830d14bd15bd7e6bacc6 (diff)
downloadrepository-96c5ebccde57f8623b9c71a1158b6531e34e0714.tar.gz
squashfs-tools-ng: add new package at 1.0.0
Diffstat (limited to 'extra/squashfs-tools-ng')
-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