lzip,plzip: drop packages

This commit is contained in:
Dylan Araps 2021-07-22 09:10:53 +03:00
parent 00b987baf4
commit bdf926b9c6
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
8 changed files with 0 additions and 37 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make install

View File

@ -1 +0,0 @@
c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948

View File

@ -1 +0,0 @@
https://download.savannah.gnu.org/releases/lzip/lzip-VERSION.tar.gz

View File

@ -1 +0,0 @@
1.22 1

View File

@ -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"

View File

@ -1,2 +0,0 @@
14d8d1db8dde76bdd9060b59d50b2943417eb4c0fbd2b84736546b78fab5f1a7
2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e

View File

@ -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

View File

@ -1 +0,0 @@
1.9 1