lzlib: Bump to 0.13

This commit is contained in:
Tee KOBAYASHI 2022-11-12 04:26:30 +09:00 committed by xtkoba
parent b90dccb11a
commit 5e6d8d8ec8
2 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=http://www.nongnu.org/lzip/lzlib.html
TERMUX_PKG_DESCRIPTION="A library providing in-memory LZMA compression and decompression functions"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_LICENSE="BSD 2-Clause, GPL-2.0"
TERMUX_PKG_LICENSE_FILE="COPYING, COPYING.GPL"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.12
TERMUX_PKG_SRCURL=http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1
TERMUX_PKG_DEPENDS="lzlib"
TERMUX_PKG_VERSION=1.13
TERMUX_PKG_SRCURL=https://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80

View File

@ -1,18 +1,20 @@
diff -uNr lzlib-1.11/configure lzlib-1.11.mod/configure
--- lzlib-1.11/configure 2019-01-02 13:51:19.000000000 +0200
+++ lzlib-1.11.mod/configure 2019-09-23 19:34:31.423708870 +0300
@@ -28,10 +28,10 @@
@@ -28,11 +28,11 @@
infodir='$(datarootdir)/info'
libdir='$(exec_prefix)/lib'
mandir='$(datarootdir)/man'
-CC=gcc
-AR=ar
-CPPFLAGS=
-CFLAGS='-Wall -W -O2'
-LDFLAGS=
+CC?=gcc
+AR?=ar
+CPPFLAGS?=
+CFLAGS?='-Wall -W -O2'
+LDFLAGS?=
ARFLAGS=-rcs
# checking whether we are using GNU C.
/bin/sh -c "${CC} --version" > /dev/null 2>&1 ||