2016-02-16 22:58:01 +00:00
|
|
|
# Copyright 2013 William Orr <will@worrbase.com>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-02-19 10:53:26 +00:00
|
|
|
require github [ tag=v${PV} ] autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
|
2016-02-16 22:58:01 +00:00
|
|
|
|
|
|
|
SUMMARY="C bindings for the protobuf library"
|
|
|
|
DESCRIPTION="
|
|
|
|
Allows you to use protobuf library in C. Provides both a library and the code generator.
|
|
|
|
"
|
|
|
|
|
|
|
|
LICENCES="BSD-3"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64"
|
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
build:
|
|
|
|
virtual/pkg-config
|
2016-02-28 23:05:15 +00:00
|
|
|
build+run:
|
|
|
|
dev-libs/protobuf[>=2.6.0]
|
2016-02-16 22:58:01 +00:00
|
|
|
"
|
|
|
|
|
2016-02-19 10:53:26 +00:00
|
|
|
BUGS_TO="will@worrbase.com"
|
2016-02-16 22:58:01 +00:00
|
|
|
|