re2: cross build support.
This commit is contained in:
parent
b1f5037196
commit
d45e87af6b
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue