Merge pull request #3122 from alihanozturk/master

protobuf rebuild
This commit is contained in:
Alihan Öztürk
2017-03-08 17:40:27 +02:00
committed by GitHub
2 changed files with 7 additions and 17 deletions
+1 -8
View File
@@ -11,14 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
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.export("PTHREAD_LIBS", "-lpthread")
shelltools.system("./autogen.sh")
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
+6 -9
View File
@@ -12,11 +12,8 @@
<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="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>
<Archive sha1sum="d3bd3cfaa046d252e1b7c3c45106baab06b51f59" type="targz">http://source.pisilinux.org/1.0/protobuf-3.0.0-pre.tar.gz</Archive>
<BuildDependencies>
<Dependency>llvm</Dependency>
<Dependency>llvm-clang</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -50,11 +47,11 @@
<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>
<Date>017-03-08</Date>
<Version>2.6.1</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-06-12</Date>