protobuf: use the release tarball.

* sorry for the noise.
This commit is contained in:
Jerome Duval
2017-03-09 22:12:06 +01:00
parent 356eeb8a9d
commit bbee7c3b73
2 changed files with 7 additions and 5 deletions

View File

@@ -8,12 +8,12 @@ languages Java, C++, or Python."
HOMEPAGE="https://github.com/google/protobuf"
COPYRIGHT="2008 Google"
LICENSE="Apache v2"
REVISION="3"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="3d6be08b83f521c065d0a729e8b24d2e4f24110f9fb9899dbc07aa3f8b775f6a"
PATCHES="protobuf_x86-$portVersion.patchset"
REVISION="4"
SOURCE_URI="$HOMEPAGE/releases/download/v$portVersion/protobuf-$portVersion.tar.bz2"
CHECKSUM_SHA256="cf8452347330834bbf9c65c2e68b5562ba10c95fa40d4f7ec0d2cb332674b0bf"
PATCHES="protobuf-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -59,6 +59,8 @@ INSTALL()
{
make install
rm $libDir/lib*.la
prepareInstalledDevelLibs libprotobuf-lite libprotobuf libprotoc
fixPkgconfig
packageEntries devel $developDir