libetpan: update to 1.7.
This commit is contained in:
parent
de0bfa3d7e
commit
45ac20c1cd
1 changed files with 7 additions and 3 deletions
|
@ -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 <jot.skrzyp@gmail.com>"
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue