From a4945df3f139cfbfe9ab229233baa96f07564cce Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 6 Nov 2017 00:23:07 +0300 Subject: =?UTF-8?q?=09=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB:=20=20=20=20dev-libs/libebml/libebml-scm.ebuild=20=09?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB:=20?= =?UTF-8?q?=20=20=20dev-libs/libebml/metadata.xml=20=09=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB:=20=20=20=20games-emula?= =?UTF-8?q?tion/ppsspp/files/ppsspp-1.4-O2.patch=20=09=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB:=20=20=20=20games-emula?= =?UTF-8?q?tion/ppsspp/files/ppsspp-1.4-assets-lookup.patch=20=09=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB:=20=20=20?= =?UTF-8?q?=20games-emulation/ppsspp/metadata.xml=20=09=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB:=20=20=20=20games-emula?= =?UTF-8?q?tion/ppsspp/ppsspp-scm.ebuild=20=09=D0=BD=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB:=20=20=20=20net-vpn/tor/files?= =?UTF-8?q?/tor.initd-r8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev-libs/libebml/libebml-scm.ebuild | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dev-libs/libebml/libebml-scm.ebuild (limited to 'dev-libs/libebml/libebml-scm.ebuild') diff --git a/dev-libs/libebml/libebml-scm.ebuild b/dev-libs/libebml/libebml-scm.ebuild new file mode 100644 index 0000000..b11da91 --- /dev/null +++ b/dev-libs/libebml/libebml-scm.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools git-r3 + +DESCRIPTION="Extensible binary format library (kinda like XML)" +HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/" +SRC_URI="" +EGIT_REPO_URI="https://github.com/Matroska-Org/libebml.git" + +LICENSE="LGPL-2.1" +SLOT="0/4" # subslot = soname major version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="debug static-libs" + +src_prepare() { + default + sed -i '/^AM_CXXFLAGS += -g/d' Makefile.am || die + eautoreconf +} + +src_configure() { + local myeconfargs=( + $(use_enable debug) + $(use_enable static-libs static) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + find "${ED}" -name '*.la' -delete +} -- cgit v1.2.3