forked from kiss-community/repo
lzip,plzip: drop packages
This commit is contained in:
parent
00b987baf4
commit
bdf926b9c6
@ -1,7 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install
|
@ -1 +0,0 @@
|
||||
c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948
|
@ -1 +0,0 @@
|
||||
https://download.savannah.gnu.org/releases/lzip/lzip-VERSION.tar.gz
|
@ -1 +0,0 @@
|
||||
1.22 1
|
@ -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"
|
@ -1,2 +0,0 @@
|
||||
14d8d1db8dde76bdd9060b59d50b2943417eb4c0fbd2b84736546b78fab5f1a7
|
||||
2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e
|
@ -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
|
@ -1 +0,0 @@
|
||||
1.9 1
|
Loading…
Reference in New Issue
Block a user