app-arch/rpm2targz - 2021.03.16 (gentoo)

Search

Package Information

Description:
Convert a .rpm file to a .tar.gz archive
Homepage:
http://www.slackware.com/config/packages.php
License:
BSD-1

Ebuild Details

Version EAPI Keywords Slot
2021.03.16 7 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

inherit toolchain-funcs

DESCRIPTION="Convert a .rpm file to a .tar.gz archive"
HOMEPAGE="http://www.slackware.com/config/packages.php"
SRC_URI="mirror://gentoo/${P}.tar.xz
	https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"

LICENSE="BSD-1"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE=""

DEPEND=""
RDEPEND="app-alternatives/cpio"

src_configure() {
	tc-export CC
}

src_install() {
	emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install
	einstalldocs
}

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

RDEPEND

app-alternatives/cpio

Manifest for 2021.03.16

Type File Size Source URLs
DIST rpm2targz-2021.03.16.tar.xz 6500 bytes https://dev.gentoo.org/~vapier/dist/rpm2targz-2021.03.16.tar.xz
mirror://gentoo/rpm2targz-2021.03.16.tar.xz