void-packages/srcpkgs/libetpan/template

27 lines
694 B
Bash
Raw Normal View History

2015-03-29 09:21:38 +00:00
# Template file for 'libetpan'
pkgname="libetpan"
version="1.6"
revision=1
build_style=gnu-configure
hostmakedepends="libtool automake autoconf"
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="7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17"
pre_configure() {
./autogen.sh
}
libetpan-devel_package() {
depends="${pkgname}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}