libstrophe: move pkg-config file to -devel pkg.

Closes #13973.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-30 08:47:34 -03:00 committed by Enno Boland
parent 496ae8c25a
commit d965fdcecd
1 changed files with 6 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'libstrophe' # Template file for 'libstrophe'
pkgname=libstrophe pkgname=libstrophe
version=0.9.2 version=0.9.2
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="expat-devel zlib-devel libressl-devel" makedepends="expat-devel libressl-devel zlib-devel"
short_desc="A minimal XMPP library written in C" short_desc="A minimal XMPP library written in C"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3" license="GPL-3.0-only"
homepage="http://strophe.im/libstrophe/" homepage="http://strophe.im/libstrophe/"
distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz" distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
checksum=158145bc1565a5fd0bbd7f57e3e15d768e58b8a460897ab5918a5a689d67ae6f checksum=158145bc1565a5fd0bbd7f57e3e15d768e58b8a460897ab5918a5a689d67ae6f
@ -21,7 +21,8 @@ libstrophe-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.a vmove usr/lib/pkgconfig
vmove usr/lib/*.so vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
} }
} }