From 2fd57282f0262ca084e05b0f2c63fbada395d02b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Jan 2022 20:27:28 +0000 Subject: gentoo resync : 16.01.2021 --- app-arch/tarlz/tarlz-0.22.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app-arch/tarlz/tarlz-0.22.ebuild (limited to 'app-arch/tarlz/tarlz-0.22.ebuild') diff --git a/app-arch/tarlz/tarlz-0.22.ebuild b/app-arch/tarlz/tarlz-0.22.ebuild new file mode 100644 index 000000000000..88450fc9523f --- /dev/null +++ b/app-arch/tarlz/tarlz-0.22.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs unpacker + +DESCRIPTION="A parallel archiver combining tar and lzip" +HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html" +SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz" +LICENSE="GPL-2+" + +SLOT="0" + +KEYWORDS="~amd64" + +RDEPEND=">=app-arch/lzlib-1.12" +DEPEND="${RDEPEND}" +BDEPEND="$(unpacker_src_uri_depends)" + +src_configure() { + econf \ + CXX="$(tc-getCXX)" \ + CXXFLAGS="${CXXFLAGS}" \ + CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" +} -- cgit v1.2.3