From 96c5ebccde57f8623b9c71a1158b6531e34e0714 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 14 Jun 2020 23:02:39 +0300 Subject: squashfs-tools-ng: add new package at 1.0.0 --- extra/squashfs-tools-ng/build | 10 ++++++++++ extra/squashfs-tools-ng/checksums | 1 + extra/squashfs-tools-ng/depends | 1 + extra/squashfs-tools-ng/sources | 1 + extra/squashfs-tools-ng/version | 1 + 5 files changed, 14 insertions(+) create mode 100755 extra/squashfs-tools-ng/build create mode 100644 extra/squashfs-tools-ng/checksums create mode 100644 extra/squashfs-tools-ng/depends create mode 100644 extra/squashfs-tools-ng/sources create mode 100644 extra/squashfs-tools-ng/version 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 -- cgit v1.2.3