lzlib: moved to core

This commit is contained in:
Tim Biermann 2022-01-09 03:21:09 +01:00
parent f8378a3d4a
commit fb33b1705d
3 changed files with 0 additions and 27 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/lzlib.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/liblz.a
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Sl3HkmZs1k6L2yvhupInJE2GNP0vNy9WsUPMUFq74+Zp0slUiwH09bsjcyt8DSdmyIQ3Yb8JlCYxsJpN4v9VAQ=
SHA256 (Pkgfile) = 20d5aa378652ad9604e6ae1279b5b1a4580773e2f15ea5464a21125f37376fed
SHA256 (.footprint) = 719c4e9b014844782ecbec87d62101a8710a2bc057cfc9f666d9b26bdee6df2d
SHA256 (lzlib-1.12.tar.gz) = 8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1

View File

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