ctpp2: move ctpp2-config to -devel pkg

This commit is contained in:
maxice8 2018-11-19 00:58:32 -02:00 committed by maxice8
parent 04bf20c41b
commit 2a837a0f7a
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ctpp2'
pkgname=ctpp2
version=2.8.3
revision=5
revision=6
build_style=cmake
configure_args="-DENABLE_OPTIMIZATION=OFF -DSKIP_RELINK_RPATH=ON -DBUILD_TESTING=OFF"
makedepends="libressl-devel"
@ -20,8 +20,9 @@ ctpp2-devel_package() {
short_desc+=" - development package"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/bin/ctpp2-config
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}