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 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 extra/squashfs-tools-ng/build (limited to 'extra/squashfs-tools-ng/build') 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 -- cgit v1.2.3