New package: polarssl-1.3.1.

This commit is contained in:
Juan RP 2013-10-30 17:10:07 +01:00
parent 84900fcd1c
commit 30d25f4993
4 changed files with 39 additions and 0 deletions

View File

@ -1429,3 +1429,4 @@ libmutter-wayland.so.0 mutter-wayland-3.10.1_1
libgdiplus.so.0 libgdiplus-2.10.9_1
libmonosgen-2.0.so.1 mono-3.2.3_1
libshout-idjc.so.3 libshout-idjc-2.3.1_1
libpolarssl.so.5 libpolarssl-1.3.1_1

1
srcpkgs/libpolarssl Symbolic link
View File

@ -0,0 +1 @@
polarssl

1
srcpkgs/polarssl-devel Symbolic link
View File

@ -0,0 +1 @@
polarssl

36
srcpkgs/polarssl/template Normal file
View File

@ -0,0 +1,36 @@
# Template file for 'polarssl'
pkgname=polarssl
version=1.3.1
revision=1
build_style=cmake
configure_args="-DENABLE_ZLIB_SUPPORT=on -DUSE_SHARED_POLARSSL_LIBRARY=on"
hostmakedepends="cmake"
makedepends="zlib-devel openssl-devel"
short_desc="Portable cryptographic and SSL/TLS library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.polarssl.org"
distfiles="http://www.polarssl.org/code/releases/polarssl-${version}-gpl.tgz"
checksum=b60d59c24d3744e5c16121054bfdac5615bffb19974ee7e0c1964eeb481612b3
libpolarssl_package() {
short_desc+=" - runtime library"
pkg_install() {
vmove "usr/lib/*.so.*"
}
}
polarssl-devel_package() {
short_desc+=" - development files"
depends="libpolarssl>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
}
}
polarssl_package() {
pkg_install() {
vmove all
}
}