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"