From 5e7f171585c5632160c7a39c7fad7afa0614cfcc Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Tue, 25 Apr 2017 10:27:27 +0200 Subject: [PATCH] lzlib: update to 1.9. --- srcpkgs/lzlib/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template index c7584164f1..49a9dafca7 100644 --- a/srcpkgs/lzlib/template +++ b/srcpkgs/lzlib/template @@ -1,20 +1,24 @@ # Template file for 'lzlib' pkgname=lzlib -version=1.8 +version=1.9 revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-static" short_desc="Compression library for the lzip file format" maintainer="bra1nwave " -license="GPL-2" +license="2-clause-BSD" homepage="http://www.nongnu.org/lzip/lzlib" distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz" -checksum=41bfa82c6ee184ed0884437dc4074ad505e64cb747432cefa97976b89045cbad +checksum=2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e do_configure() { ./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" } +post_install() { + vlicense COPYING +} + lzlib-devel_package() { short_desc+=" - development files" depends="${sourcepkg}>=${version}_${revision}"