Update talimat
This commit is contained in:
parent
14aa2714fb
commit
39fe0c28f7
|
@ -2,14 +2,14 @@
|
|||
# URL: http://code.google.com/p/protobuf/
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: python-setuptools
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue