mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue