New package: libetpan 1.6
This commit is contained in:
parent
63c8c6712b
commit
4deb4abe0e
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue