From 7277b9c2d8e10e2764d1f2a29cbe4f8b41424ece Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 22:47:59 +0300 Subject: squashfs-tools-ng: move to community --- extra/squashfs-tools-ng/build | 14 -------------- 1 file changed, 14 deletions(-) delete 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 deleted file mode 100755 index e53fc867..00000000 --- a/extra/squashfs-tools-ng/build +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 -- cgit v1.2.3