re2: cross build support.

This commit is contained in:
Juan RP 2014-04-10 17:01:31 +02:00
parent b1f5037196
commit d45e87af6b
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template build file for 're2'.
pkgname=re2
version=20130115
revision=1
revision=2
wrksrc=re2
build_style=gnu-makefile
make_install_args="prefix=/usr"
wrksrc=re2
short_desc="An efficient, principled regular expression library"
maintainer="ojab <ojab@ojab.ru>"
license="LGPL2.1"
@ -18,5 +18,6 @@ re2-devel_package() {
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/*.so
}
}