dev-db/dbview - 1.0.4 (myov)

Search

Install

Install this version:

emerge -a =dev-db/dbview-1.0.4

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

autounmask =dev-db/dbview-1.0.4

Or alternatively:

emerge --autounmask-write -a =dev-db/dbview-1.0.4

Package Information

Description:
View dBase III files
Homepage:
https://www.infodrom.org/projects/dbview/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.0.4 8 ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~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 toolchain-funcs

DESCRIPTION="View dBase III files"
HOMEPAGE="https://www.infodrom.org/projects/dbview/"
SRC_URI="https://www.infodrom.org/projects/${PN}/download/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"

DOCS=( CHANGES README dBASE )

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

src_install() {
	exeinto /usr/bin
	doexe "${PN}"

	doman "${PN}.1"

	einstalldocs
}

Inherited Eclasses

Manifest for 1.0.4

Type File Size Source URLs
DIST dbview-1.0.4.tar.gz 9857 bytes https://www.infodrom.org/projects/dbview/download/dbview-1.0.4.tar.gz