libetpan: update to 1.7.

This commit is contained in:
Michael Gehring 2016-05-01 16:52:51 +02:00
parent de0bfa3d7e
commit 45ac20c1cd

View file

@ -1,7 +1,7 @@
# Template file for 'libetpan' # Template file for 'libetpan'
pkgname=libetpan pkgname=libetpan
version=1.6 version=1.7
revision=7 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl
--with-curl --with-zlib --with-sasl" --with-curl --with-zlib --with-sasl"
@ -13,12 +13,16 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="BSD" license="BSD"
homepage="http://www.etpan.org/libetpan.html" homepage="http://www.etpan.org/libetpan.html"
distfiles="https://github.com/dinhviethoa/libetpan/archive/${version}.tar.gz" distfiles="https://github.com/dinhviethoa/libetpan/archive/${version}.tar.gz"
checksum="7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17" checksum=47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0
pre_configure() { pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
} }
post_install() {
vlicense COPYRIGHT
}
libetpan-devel_package() { libetpan-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}" depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"