New package: libetpan 1.6

This commit is contained in:
Jakub Skrzypnik 2015-03-29 11:21:38 +02:00 committed by Juan RP
parent 63c8c6712b
commit 4deb4abe0e
2 changed files with 27 additions and 0 deletions

View file

@ -1969,3 +1969,4 @@ libtoxcore.so.0 toxcore-git-20150313_2
libtoxencryptsave.so.0 toxcore-git-20150313_2
libtoxdns.so.0 toxcore-git-20150313_2
libtoxav.so.0 toxcore-git-20150313_2
libetpan.so.17 libetpan-1.6_1

26
srcpkgs/libetpan/template Normal file
View file

@ -0,0 +1,26 @@
# 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"
}
}