diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template index 49a9dafca75..0df66d4fe2e 100644 --- a/srcpkgs/lzlib/template +++ b/srcpkgs/lzlib/template @@ -1,15 +1,15 @@ # Template file for 'lzlib' pkgname=lzlib -version=1.9 +version=1.10 revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-static" short_desc="Compression library for the lzip file format" maintainer="bra1nwave " -license="2-clause-BSD" +license="BSD-2-Clause" homepage="http://www.nongnu.org/lzip/lzlib" distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz" -checksum=2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e +checksum=1d6ab7800a5b43e56fd20607fd2cfda9e550350dc95f5beb6a4ce14f85b41043 do_configure() { ./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"