app-arch/tarlz: add 0.28

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2025-06-21 09:06:32 +02:00
parent 5564a2a6ea
commit d326481ec5
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST tarlz-0.27.1.tar.lz 117083 BLAKE2B 6e494002caee22ea6dc6f6474ca4852e2cc64c30a9edf4be8b9e45d5a6c90efec5ad4f1d2554ae120e01ea9b0b73a2aa04d7fbfa298c0d4d07d95e55083bd83d SHA512 827813c6f184bcae137db79da51434263bcb3d15f88f5eb7bc34e70b6bf7ae8ce76e11a34b3925dd0bd870543e92245428f154ffddf87c6090c351a2734e7adb
DIST tarlz-0.28.tar.lz 121294 BLAKE2B d37222452e4ca4be98f98dd6bcf3c2681d21e2298f8a59e4a90ba94a88d6ef6a0f3f942cf7496540792d11e167716ed7e9192f3907c5eed82e4ef3ca40280328 SHA512 8aa1e7e656103cc7421975e8e02bafc5dde5f5d8c23952b7ce916535fda39bd33bb543f6f991b9367a05f091c921be882f01c75b42f018537ff9bce95a2e4b88

View File

@@ -0,0 +1,32 @@
# 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}"
}