From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-sound/sfc/sfc-0.018-r1.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 media-sound/sfc/sfc-0.018-r1.ebuild (limited to 'media-sound/sfc/sfc-0.018-r1.ebuild') diff --git a/media-sound/sfc/sfc-0.018-r1.ebuild b/media-sound/sfc/sfc-0.018-r1.ebuild new file mode 100644 index 000000000000..58a1f87d34c6 --- /dev/null +++ b/media-sound/sfc/sfc-0.018-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +inherit autotools eutils + +DESCRIPTION="SoundFontCombi is an opensource software pseudo synthesizer" +HOMEPAGE="http://personal.telefonica.terra.es/web/soudfontcombi/" +SRC_URI="http://personal.telefonica.terra.es/web/soudfontcombi/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" + +RDEPEND=" + media-libs/alsa-lib + x11-libs/fltk:1" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -i -e "/CXXFLAGS/s:-O3:${CXXFLAGS}:" configure.in || die + epatch_user + eautoreconf +} -- cgit v1.2.3