From 45ac20c1cd7da430963d53c7db9975eda3ecc717 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 1 May 2016 16:52:51 +0200 Subject: [PATCH] libetpan: update to 1.7. --- srcpkgs/libetpan/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libetpan/template b/srcpkgs/libetpan/template index bc8c4604de5..b52217251b2 100644 --- a/srcpkgs/libetpan/template +++ b/srcpkgs/libetpan/template @@ -1,7 +1,7 @@ # Template file for 'libetpan' pkgname=libetpan -version=1.6 -revision=7 +version=1.7 +revision=1 build_style=gnu-configure configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl --with-curl --with-zlib --with-sasl" @@ -13,12 +13,16 @@ maintainer="Jakub Skrzypnik " license="BSD" homepage="http://www.etpan.org/libetpan.html" distfiles="https://github.com/dinhviethoa/libetpan/archive/${version}.tar.gz" -checksum="7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17" +checksum=47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 pre_configure() { NOCONFIGURE=1 ./autogen.sh } +post_install() { + vlicense COPYRIGHT +} + libetpan-devel_package() { depends="${makedepends} ${sourcepkg}-${version}_${revision}" short_desc+=" - development files"