protobuf:update
This commit is contained in:
@@ -11,7 +11,14 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("PTHREAD_LIBS", "-lpthread")
|
||||
shelltools.copy("../googletest-release-*/googlemock", "gmock")
|
||||
shelltools.copy("../googletest-release-*/googletest", "googletest")
|
||||
|
||||
shelltools.system("ln -s ../googletest gmock/gtest")
|
||||
|
||||
shelltools.export("CC","/usr/bin/clang")
|
||||
shelltools.export("CXX","/usr/bin/clang++")
|
||||
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.autoreconf("-vif")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
@@ -12,8 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Google's data interchange format</Summary>
|
||||
<Description>Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.</Description>
|
||||
<Archive sha1sum="d3bd3cfaa046d252e1b7c3c45106baab06b51f59" type="targz">http://source.pisilinux.org/1.0/protobuf-3.0.0-pre.tar.gz</Archive>
|
||||
<Archive sha1sum="2d47c98c7f35d74d475ba0796d345a45c22030fd" type="targz">https://github.com/google/protobuf/archive/v3.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="e7e646a6204638fe8e87e165292b8dd9cd4c36ed" type="targz">https://github.com/google/googletest/archive/release-1.8.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>llvm</Dependency>
|
||||
<Dependency>llvm-clang</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -46,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2017-03-03</Date>
|
||||
<Version>3.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-06-12</Date>
|
||||
<Version>2.6.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user