dev-util/dmg2img - 9999 (guru)

Search

Install

Install this version:

emerge -a =dev-util/dmg2img-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/dmg2img-9999

Or alternatively:

emerge --autounmask-write -a =dev-util/dmg2img-9999

Package Information

Description:
Convert Apple disk images to IMG format.
Homepage:
https://github.com/Lekensteyn/dmg2img
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 toolchain-funcs

EGIT_REPO_URI="https://github.com/Lekensteyn/dmg2img"

DESCRIPTION="Convert Apple disk images to IMG format."
HOMEPAGE="https://github.com/Lekensteyn/dmg2img"
LICENSE="GPL-2"
SLOT="0"

DEPEND="
	app-arch/bzip2
	dev-libs/openssl
	virtual/zlib:=
"
RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"

src_compile() {
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}

src_install() {
	emake DESTDIR="${ED}" install
}

Inherited Eclasses

Dependencies

DEPEND

	app-arch/bzip2
	dev-libs/openssl
	virtual/zlib:=

RDEPEND

	app-arch/bzip2
	dev-libs/openssl
	virtual/zlib:=

BDEPEND

	app-arch/bzip2
	dev-libs/openssl
	virtual/zlib:=