From bdf926b9c6c62a6c477d669eeb9eda54696943ae Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Jul 2021 09:10:53 +0300 Subject: [PATCH] lzip,plzip: drop packages --- extra/lzip/build | 7 ------- extra/lzip/checksums | 1 - extra/lzip/sources | 1 - extra/lzip/version | 1 - extra/plzip/build | 22 ---------------------- extra/plzip/checksums | 2 -- extra/plzip/sources | 2 -- extra/plzip/version | 1 - 8 files changed, 37 deletions(-) delete mode 100755 extra/lzip/build delete mode 100644 extra/lzip/checksums delete mode 100644 extra/lzip/sources delete mode 100644 extra/lzip/version delete mode 100755 extra/plzip/build delete mode 100644 extra/plzip/checksums delete mode 100644 extra/plzip/sources delete mode 100644 extra/plzip/version diff --git a/extra/lzip/build b/extra/lzip/build deleted file mode 100755 index 76301af8..00000000 --- a/extra/lzip/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make install diff --git a/extra/lzip/checksums b/extra/lzip/checksums deleted file mode 100644 index 1b68b592..00000000 --- a/extra/lzip/checksums +++ /dev/null @@ -1 +0,0 @@ -c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948 diff --git a/extra/lzip/sources b/extra/lzip/sources deleted file mode 100644 index 863d6f6c..00000000 --- a/extra/lzip/sources +++ /dev/null @@ -1 +0,0 @@ -https://download.savannah.gnu.org/releases/lzip/lzip-VERSION.tar.gz diff --git a/extra/lzip/version b/extra/lzip/version deleted file mode 100644 index d8d7075c..00000000 --- a/extra/lzip/version +++ /dev/null @@ -1 +0,0 @@ -1.22 1 diff --git a/extra/plzip/build b/extra/plzip/build deleted file mode 100755 index a6c61b8f..00000000 --- a/extra/plzip/build +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -e - -# plzip is the only thing that will ever require -# this library. Let's simply build it and statically -# compile plzip. -(cd lzlib; ./configure; make) - -# Fix build in libc++ environment. -case $("$CC" -print-file-name=libc++.a) in */*) - CXXFLAGS="$CXXFLAGS -lunwind -lc++abi" -esac - -./configure \ - --prefix=/usr \ - CXXFLAGS="$CXXFLAGS -static -L$PWD/lzlib -I$PWD/lzlib" - -make -make install - -# Create the symlink for compatibility. We're using -# a multi-threaded implementation of lzip. -ln -s plzip "$1/usr/bin/lzip" diff --git a/extra/plzip/checksums b/extra/plzip/checksums deleted file mode 100644 index e98b4163..00000000 --- a/extra/plzip/checksums +++ /dev/null @@ -1,2 +0,0 @@ -14d8d1db8dde76bdd9060b59d50b2943417eb4c0fbd2b84736546b78fab5f1a7 -2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e diff --git a/extra/plzip/sources b/extra/plzip/sources deleted file mode 100644 index 6a179db9..00000000 --- a/extra/plzip/sources +++ /dev/null @@ -1,2 +0,0 @@ -http://download.savannah.gnu.org/releases/lzip/plzip/plzip-VERSION.tar.gz -http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-VERSION.tar.gz lzlib diff --git a/extra/plzip/version b/extra/plzip/version deleted file mode 100644 index 6346e5cc..00000000 --- a/extra/plzip/version +++ /dev/null @@ -1 +0,0 @@ -1.9 1