HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #282

Ticket #282: protobuf-2.2.0a.bep

File protobuf-2.2.0a.bep, 402 bytes (added by michaelvoliveira, 6 years ago)

Initial beep file, it's ok in all test

Line 
1DESCRIPTION="Protocol Buffers are a way of encoding structured data in an efficient yet extensible format."
2HOMEPAGE="http://code.google.com/p/protobuf"
3SRC_URI="http://protobuf.googlecode.com/files/protobuf-2.2.0a.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7BUILD {
8        cd protobuf-2.2.0a
9        ./autogen.sh
10        ./configure --prefix=/boot/common
11        make
12}
13
14INSTALL {
15        cd protobuf-2.2.0a
16        make install
17}

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/