polarssl: move static lib to -devel.
This commit is contained in:
parent
df222258e0
commit
cc646c6697
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'polarssl'
|
||||
pkgname=polarssl
|
||||
version=1.3.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_ZLIB_SUPPORT=on -DUSE_SHARED_POLARSSL_LIBRARY=on"
|
||||
hostmakedepends="cmake perl"
|
||||
|
@ -25,6 +25,7 @@ polarssl-devel_package() {
|
|||
depends="libpolarssl>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user