app-i18n/fcitx5-lua: new package
[gentoo-zh.git] / dev-cpp / ETL / ETL-0.04.22.ebuild
blob683da7b80f49f8472f3e6a0fbbb45fc0d86d20a0
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit autotools
8 DESCRIPTION="ETL is a multi-platform class and template library"
9 HOMEPAGE="http://synfig.org"
10 SRC_URI="mirror://sourceforge/synfig/${P}.tar.gz"
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS=""
15 IUSE=""
17 DEPEND=""
18 RDEPEND="${DEPEND}"
20 src_prepare() {
21 sed -i -e 's/CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"//' \
22 -e 's/CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"//' \
23 m4/subs.m4
25 eautoreconf