sys-fs/cpmtools - 2.24 (myov)

Search

Install

Install this version:

emerge -a =sys-fs/cpmtools-2.24

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

autounmask =sys-fs/cpmtools-2.24

Or alternatively:

emerge --autounmask-write -a =sys-fs/cpmtools-2.24

Package Information

Description:
Tools to access CP/M file systems
Homepage:
http://www.moria.de/~michael/cpmtools/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
2.24 8 ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit custom-cflags

DESCRIPTION="Tools to access CP/M file systems"
HOMEPAGE="http://www.moria.de/~michael/cpmtools/"
SRC_URI="http://www.moria.de/~michael/${PN}/files/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"

RDEPEND="
	sys-libs/ncurses:=
"
DEPEND="
	${RDEPEND}
"
BDEPEND="
	virtual/pkgconfig
"

src_configure() {
	custom-cflags_src_configure

	local -x LIBS="$(pkg-config --libs ncurses)"

	econf
}

Inherited Eclasses

Dependencies

DEPEND

	
	sys-libs/ncurses:=

RDEPEND

	sys-libs/ncurses:=

BDEPEND

	virtual/pkgconfig

Manifest for 2.24

Type File Size Source URLs
DIST cpmtools-2.24.tar.gz 225911 bytes http://www.moria.de/~michael/cpmtools/files/cpmtools-2.24.tar.gz