lzip: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:38:03 +00:00
parent 6392feb0f0
commit d264ee4f0b
3 changed files with 0 additions and 28 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lzip
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/lzip.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/T4eqt1WrvaLq2+8TZQoQtbFhwrzxil+OrJATd0EKKzTbgoexCQ6Zoysc0BDRYz7mB9EF4R/bKDpIz7JrR3VUw0=
SHA256 (Pkgfile) = 1e4c938211f593ad71255e85aa0739f6d11d89745aa9b58ff96dd81b152d07cc
SHA256 (.footprint) = f01d2156c01caf95db3af4d0e999ba77dcb4bb71d7ec6da80a802f02723291e8
SHA256 (lzip-1.22.tar.gz) = c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948

View File

@ -1,16 +0,0 @@
# Description: lzip data compressor
# URL: http://lzip.nongnu.org/lzip.html
# Maintainer: Tim Biermann, tbier at posteo dot de
name=lzip
version=1.22
release=1
source=(http://download.savannah.gnu.org/releases/lzip/lzip-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}