tinyxml: move so symlinks and pkg-config files to the -devel subpkg.

This commit is contained in:
Juan RP 2015-07-25 09:17:16 +02:00
parent 97221b00db
commit 4db0474180
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'tinyxml'
pkgname=tinyxml
version=2.6.2
revision=6
revision=7
wrksrc="${pkgname}"
short_desc="A simple, small, C++ XML parser"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -38,5 +38,7 @@ tinyxml-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}