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 --- community/squashfs-tools-ng/build | 14 ++++++++++++++ community/squashfs-tools-ng/checksums | 1 + community/squashfs-tools-ng/depends | 4 ++++ community/squashfs-tools-ng/meta | 3 +++ community/squashfs-tools-ng/sources | 1 + community/squashfs-tools-ng/version | 1 + extra/squashfs-tools-ng/build | 14 -------------- extra/squashfs-tools-ng/checksums | 1 - extra/squashfs-tools-ng/depends | 4 ---- extra/squashfs-tools-ng/meta | 3 --- extra/squashfs-tools-ng/sources | 1 - extra/squashfs-tools-ng/version | 1 - 12 files changed, 24 insertions(+), 24 deletions(-) create mode 100755 community/squashfs-tools-ng/build create mode 100644 community/squashfs-tools-ng/checksums create mode 100644 community/squashfs-tools-ng/depends create mode 100644 community/squashfs-tools-ng/meta create mode 100644 community/squashfs-tools-ng/sources create mode 100644 community/squashfs-tools-ng/version delete mode 100755 extra/squashfs-tools-ng/build delete mode 100644 extra/squashfs-tools-ng/checksums delete mode 100644 extra/squashfs-tools-ng/depends delete mode 100644 extra/squashfs-tools-ng/meta delete mode 100644 extra/squashfs-tools-ng/sources delete mode 100644 extra/squashfs-tools-ng/version 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..f9a35cdc --- /dev/null +++ b/community/squashfs-tools-ng/checksums @@ -0,0 +1 @@ +da4c00938a1fdec89808e05f43c6875180de1990e71837030071d2b639456f22 v1.1.2.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..caaa4070 --- /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+, LGPL-3.0+ +maintainer: Cem Keylan diff --git a/community/squashfs-tools-ng/sources b/community/squashfs-tools-ng/sources new file mode 100644 index 00000000..4701c8b1 --- /dev/null +++ b/community/squashfs-tools-ng/sources @@ -0,0 +1 @@ +https://github.com/AgentD/squashfs-tools-ng/archive/v1.1.2.tar.gz diff --git a/community/squashfs-tools-ng/version b/community/squashfs-tools-ng/version new file mode 100644 index 00000000..909c7076 --- /dev/null +++ b/community/squashfs-tools-ng/version @@ -0,0 +1 @@ +1.1.2 1 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 diff --git a/extra/squashfs-tools-ng/checksums b/extra/squashfs-tools-ng/checksums deleted file mode 100644 index f9a35cdc..00000000 --- a/extra/squashfs-tools-ng/checksums +++ /dev/null @@ -1 +0,0 @@ -da4c00938a1fdec89808e05f43c6875180de1990e71837030071d2b639456f22 v1.1.2.tar.gz diff --git a/extra/squashfs-tools-ng/depends b/extra/squashfs-tools-ng/depends deleted file mode 100644 index f6f39b49..00000000 --- a/extra/squashfs-tools-ng/depends +++ /dev/null @@ -1,4 +0,0 @@ -autoconf make -automake make -pkgconf make -zlib make diff --git a/extra/squashfs-tools-ng/meta b/extra/squashfs-tools-ng/meta deleted file mode 100644 index caaa4070..00000000 --- a/extra/squashfs-tools-ng/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Tools and libraries to work with SquashFS images -license: GPL-3.0+, LGPL-3.0+ -maintainer: Cem Keylan diff --git a/extra/squashfs-tools-ng/sources b/extra/squashfs-tools-ng/sources deleted file mode 100644 index 4701c8b1..00000000 --- a/extra/squashfs-tools-ng/sources +++ /dev/null @@ -1 +0,0 @@ -https://github.com/AgentD/squashfs-tools-ng/archive/v1.1.2.tar.gz diff --git a/extra/squashfs-tools-ng/version b/extra/squashfs-tools-ng/version deleted file mode 100644 index 909c7076..00000000 --- a/extra/squashfs-tools-ng/version +++ /dev/null @@ -1 +0,0 @@ -1.1.2 1 -- cgit v1.2.3