polarssl: move static lib to -devel.

This commit is contained in:
Juan RP 2014-06-16 10:56:19 +02:00
parent df222258e0
commit cc646c6697

View file

@ -1,7 +1,7 @@
# Template file for 'polarssl' # Template file for 'polarssl'
pkgname=polarssl pkgname=polarssl
version=1.3.7 version=1.3.7
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DENABLE_ZLIB_SUPPORT=on -DUSE_SHARED_POLARSSL_LIBRARY=on" configure_args="-DENABLE_ZLIB_SUPPORT=on -DUSE_SHARED_POLARSSL_LIBRARY=on"
hostmakedepends="cmake perl" hostmakedepends="cmake perl"
@ -25,6 +25,7 @@ polarssl-devel_package() {
depends="libpolarssl>=${version}_${revision}" depends="libpolarssl>=${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }