milis/talimatname/genel/p/protobuf/talimat

18 lines
396 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Google veri değişim biçim aracı
2016-02-24 01:27:23 +01:00
# URL: http://code.google.com/p/protobuf/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-setuptools
2016-02-24 01:27:23 +01:00
name=protobuf
version=2.6.1
2017-03-29 18:32:51 +02:00
release=1
2016-02-24 01:27:23 +01:00
source=(https://github.com/google/protobuf/releases/download/v$version/protobuf-$version.tar.bz2)
build ()
{
cd ${name}-$version
./autogen.sh
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
}