app-backup/cdbackup - 0.7.1 (gentoo)

Search

Install

Install this version:

emerge -a =app-backup/cdbackup-0.7.1

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

autounmask =app-backup/cdbackup-0.7.1

Or alternatively:

emerge --autounmask-write -a =app-backup/cdbackup-0.7.1

Package Information

Description:
Allows streaming backup utilities to dump/restore from CD-R(W)s or DVD(+/-RW)s
Homepage:
https://www.muempf.de/index.html
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.7.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Allows streaming backup utilities to dump/restore from CD-R(W)s or DVD(+/-RW)s"
HOMEPAGE="https://www.muempf.de/index.html"
SRC_URI="https://www.muempf.de/down/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=app-cdr/cdrtools-1.11.28"

PATCHES=(
	"${FILESDIR}"/${P}-makefile.patch
	"${FILESDIR}"/${P}-u_char-musl.patch
)

src_configure() {
	tc-export CC
}

src_install() {
	dobin cdbackup cdrestore
	doman cdbackup.1 cdrestore.1
	einstalldocs
}

Inherited Eclasses

Dependencies

RDEPEND

>=app-cdr/cdrtools-1.11.28

Manifest for 0.7.1

Type File Size Source URLs
DIST cdbackup-0.7.1.tar.gz 22710 bytes https://www.muempf.de/down/cdbackup-0.7.1.tar.gz