Files
ceamac-overlay/dev-cpp/ETL/ETL-1.5.0.ebuild
Viorel f9ee5e5f49 dev-cpp/ETL: add v1.5.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
2026-01-23 08:59:13 +02:00

33 lines
572 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="ETL is a multi-platform class and template library"
HOMEPAGE="http://synfig.org"
SRC_URI="https://github.com/synfig/synfig/archive/refs/tags/v${PV}.tar.gz -> synfigstudio-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
RESTRICT=test
PATCHES=(
"${FILESDIR}"/synfigstudio-1.5.0-fix-cflags.patch
)
S="${WORKDIR}/synfig-${PV}/ETL"
src_prepare() {
default
eautoreconf
}