talimat 406 B

123456789101112131415161718
  1. # Tanım: Google veri değişim biçim aracı
  2. # URL: http://code.google.com/p/protobuf/
  3. # Paketçi: milisarge
  4. # Gerekler: python-setuptools clang unzip
  5. # Grup: sistem
  6. isim=protobuf
  7. surum=3.5.1
  8. devir=1
  9. kaynak=(https://github.com/google/protobuf/archive/v3.5.1.tar.gz::protobuf-$surum.tar.gz)
  10. derle() {
  11. cd ${isim}-$surum
  12. ./autogen.sh
  13. ./configure --prefix=/usr --disable-static
  14. make DESTDIR=$PKG install
  15. }