re2: update to 20150701.
This commit is contained in:
parent
80814feae5
commit
4cfe7857ac
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template build file for 're2'.
|
||||
pkgname=re2
|
||||
version=20140304
|
||||
_distver=2015-07-01
|
||||
version=${_distver//-/}
|
||||
revision=1
|
||||
wrksrc=re2
|
||||
wrksrc=$pkgname-$_distver
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr"
|
||||
short_desc="An efficient, principled regular expression library"
|
||||
maintainer="ojab <ojab@ojab.ru>"
|
||||
license="LGPL-2.1"
|
||||
homepage="https://code.google.com/p/re2/"
|
||||
distfiles="https://${pkgname}.googlecode.com/files/${pkgname}-${version}.tgz"
|
||||
checksum=0bffd1a57de2f4b218ca0f77d8850bfd59c82944a98256c6edba25260e0196a7
|
||||
homepage="https://github.com/google/re2"
|
||||
distfiles="${homepage}/archive/${_distver}.tar.gz"
|
||||
checksum=e32d6dfa48d882a81086ae26537dc2e78877bb427f61c8cd4062dff7d0b0ef08
|
||||
|
||||
re2-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue