app-arch/tarlz - 0.28 (gentoo)

Search

Package Information

Description:
A parallel archiver combining tar and lzip
Homepage:
https://www.nongnu.org/lzip/tarlz.html
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.28 8 amd64 0
View Raw Ebuild
# Copyright 1999-2025 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}"
}

Dependencies

DEPEND

	
	>=app-arch/lzlib-1.12

RDEPEND

	>=app-arch/lzlib-1.12

BDEPEND

	$(unpacker_src_uri_depends)

Manifest for 0.28

Type File Size Source URLs
DIST tarlz-0.28.tar.lz 121294 bytes https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.28.tar.lz