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