# Template file for 'thrift'
pkgname=thrift
version=0.18.1
revision=2
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON
 -DWITH_AS3=OFF
 -DWITH_JAVA=OFF
 -DWITH_JAVASCRIPT=OFF
 -DWITH_NODEJS=OFF
 -DWITH_PYTHON=OFF"
hostmakedepends="flex"
makedepends="boost-devel openssl-devel"
checkdepends="zlib-devel libevent-devel"
short_desc="Apache Thrift compiler"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://thrift.apache.org/"
distfiles="https://github.com/apache/thrift/archive/v${version}.tar.gz"
checksum=9cea30b9700153329ae1926cc05a20bbe3e8451ae270b0c8c5c5fe9929924cb3

if [ "$CROSS_BUILD" ]; then
	configure_args+=" -DBUILD_TESTING=OFF -DBUILD_TUTORIALS=OFF"
fi

thrift-devel_package() {
	short_desc+=" - development files"
	depends="${sourcepkg}>=${version}_${revision}"
	pkg_install() {
		vmove usr/include
		vmove "usr/lib/*.so"
		vmove usr/lib/cmake
		vmove usr/lib/pkgconfig
	}
}
