milis/talimatname/genel/p/protobuf/talimat

18 lines
385 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
2017-10-28 14:10:23 +02:00
isim=protobuf
surum=2.6.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(https://github.com/google/protobuf/releases/download/v$surum/protobuf-$surum.tar.bz2)
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
2017-10-28 14:10:23 +02:00
cd ${isim}-$surum
2016-02-24 01:27:23 +01:00
./autogen.sh
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
}