Merge pull request #477 from oltulu/patch-262

Umurmur için yükseltme gerekli
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2018-02-26 21:10:45 +02:00 committed by GitHub
commit 3c0912efde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
# Tanım: Google veri değişim biçim aracı
# URL: http://code.google.com/p/protobuf/
# Paketçi: milisarge
# Gerekler: python-setuptools
# Gerekler: python-setuptools clang unzip
# Grup:
isim=protobuf
surum=2.6.1
surum=3.5.1
devir=1
kaynak=(https://github.com/google/protobuf/releases/download/v$surum/protobuf-$surum.tar.bz2)
derle()
{
kaynak=(https://github.com/google/protobuf/archive/v3.5.1.tar.gz::protobuf-$surum.tar.gz)
derle() {
cd ${isim}-$surum
./autogen.sh
./configure --prefix=/usr --disable-static