re2: move pkgconfig files to -devel.

This commit is contained in:
Juan RP 2015-09-02 12:54:09 +02:00
parent 49652836c7
commit 451fd13e18

View file

@ -2,7 +2,7 @@
pkgname=re2
reverts=20140304_1
version=2015.07.01
revision=1
revision=2
wrksrc="${pkgname}-${version//\./-}"
build_style=gnu-makefile
make_install_args="prefix=/usr"
@ -20,5 +20,6 @@ re2-devel_package() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}