mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
polarssl: move static lib to -devel.
This commit is contained in:
parent
df222258e0
commit
cc646c6697
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue