diff --git a/common/shlibs b/common/shlibs index c9f8d00ff72..a4229b266cc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libetpan/template b/srcpkgs/libetpan/template new file mode 100644 index 00000000000..916aa7ac3e8 --- /dev/null +++ b/srcpkgs/libetpan/template @@ -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 " +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" + } +}