dev-libs/libdbf - 0.0.1 (guru)

Search

Install

Install this version:

emerge -a =dev-libs/libdbf-0.0.1

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

autounmask =dev-libs/libdbf-0.0.1

Or alternatively:

emerge --autounmask-write -a =dev-libs/libdbf-0.0.1

Package Information

Description:
Library to read the content of dBASE III, IV, and 5.0 files
Homepage:
https://github.com/rollinhand/libdbf
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools

MY_COMMIT="d86e1dfb1e70f61b9227817dbccd20955cd8a86a"

DESCRIPTION="Library to read the content of dBASE III, IV, and 5.0 files"
HOMEPAGE="https://github.com/rollinhand/libdbf"
SRC_URI="https://github.com/rollinhand/libdbf/archive/${MY_COMMIT}.tar.gz -> ${P}.tgz"

S="${WORKDIR}/${PN}-${MY_COMMIT}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND="${RDEPEND}
	dev-perl/XML-Parser
	doc? ( app-text/docbook-sgml-utils )
	virtual/pkgconfig"
BDEPEND="dev-util/intltool"

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	if use doc; then
		export DOC_TO_MAN=docbook2man
	fi
	econf
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	find "${ED}" -name '*.la' -delete || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/libdbf | euse -E <flag> -p dev-libs/libdbf | euse -D <flag> -p dev-libs/libdbf

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

DEPEND

	dev-perl/XML-Parser
	doc? ( app-text/docbook-sgml-utils )
	virtual/pkgconfig

BDEPEND

dev-util/intltool

Manifest for 0.0.1

Type File Size Source URLs
DIST libdbf-0.0.1.tgz 66443 bytes https://github.com/rollinhand/libdbf/archive/d86e1dfb1e70f61b9227817dbccd20955cd8a86a.tar.gz