app-cdr/cdirip - 0.6.2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =app-cdr/cdirip-0.6.2

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

autounmask =app-cdr/cdirip-0.6.2

Or alternatively:

emerge --autounmask-write -a =app-cdr/cdirip-0.6.2

Package Information

Description:
Converts DiscJuggler CDI files to various disc image formats.
Homepage:
https://web.archive.org/web/20091027063725/http://es.geocities.com/dextstuff/cdirip/down_cdi.html
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
0.6.2 8 ~amd64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Converts DiscJuggler CDI files to various disc image formats."
HOMEPAGE="https://web.archive.org/web/20091027063725/http://es.geocities.com/dextstuff/cdirip/down_cdi.html"
SRC_URI="https://web.archive.org/web/20091027063725/http://es.geocities.com/dextstuff/${PN}/${PN}${PV//.}-src.zip"

S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"

BDEPEND="app-arch/unzip"

src_prepare() {
	sed -e '4s/.*/#include <string.h>/' -i buffer.c || die
	default
}

src_compile() {
	emake -f Makefile.linux "CC=$(tc-getCC)" "CFLAGS=${CFLAGS} -lm" || die "emake failed"
}

src_install() {
	dobin "${PN}"
}

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 0.6.2

Type File Size Source URLs
DIST cdirip062-src.zip 13909 bytes https://web.archive.org/web/20091027063725/http://es.geocities.com/dextstuff/cdirip/cdirip062-src.zip