vp-build/srcpkgs/libetpan/template

36 lines
965 B
Bash

# Template file for 'libetpan'
pkgname=libetpan
version=1.7.2
revision=2
build_style=gnu-configure
configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl
--with-curl --with-zlib --with-sasl"
hostmakedepends="libtool automake"
makedepends="db-devel expat-devel libressl-devel zlib-devel
libsasl-devel libcurl-devel"
short_desc="Mail Framework library for C language"
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=32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vlicense COPYRIGHT
}
libetpan-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}