You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
510 B
8 lines
510 B
TERMUX_PKG_HOMEPAGE=https://code.google.com/p/protobuf/
|
|
TERMUX_PKG_DESCRIPTION="Library for encoding structured data in an efficient yet extensible format"
|
|
TERMUX_PKG_VERSION=2.6.1
|
|
TERMUX_PKG_BUILD_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://github.com/google/protobuf/releases/download/v${TERMUX_PKG_VERSION}/protobuf-${TERMUX_PKG_VERSION}.tar.bz2
|
|
# Build a host build first and use the host build protoc:
|
|
TERMUX_PKG_HOSTBUILD=yes
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-protoc=$TERMUX_PKG_HOSTBUILD_DIR/src/protoc"
|
|
|