From bf091a83ac5cdd060495df0aef0aeab9066672a1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 Mar 2023 12:37:08 +0000 Subject: gentoo auto-resync : 20:03:2023 - 12:37:08 --- dev-libs/avro-c/avro-c-1.9.1-r2.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-libs/avro-c/avro-c-1.9.1-r2.ebuild (limited to 'dev-libs/avro-c/avro-c-1.9.1-r2.ebuild') diff --git a/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild b/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild new file mode 100644 index 000000000000..ca9fa39e45d4 --- /dev/null +++ b/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit cmake + +DESCRIPTION="c library for the apache avro data serialization system" +HOMEPAGE="https://avro.apache.org/" +SRC_URI="https://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64" + +DEPEND=" + app-arch/snappy:= + >=dev-libs/jansson-2.3:= + sys-libs/zlib" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-fix-libdir.patch" +) -- cgit v1.2.3