sys-block/di - 4.51 (gentoo)

Search

Package Information

Description:
Disk Information Utility
Homepage:
https://diskinfo-di.sourceforge.io/
License:
ZLIB

Ebuild Details

Version EAPI Keywords Slot
4.51 7 amd64 ppc ppc64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit toolchain-funcs

DESCRIPTION="Disk Information Utility"
HOMEPAGE="https://diskinfo-di.sourceforge.io/"
SRC_URI="https://downloads.sourceforge.net/diskinfo-di/${P}.tar.gz"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="nls"

RESTRICT="test" #405205, #405471

BDEPEND="nls? ( sys-devel/gettext )"

PATCHES=(
	"${FILESDIR}"/${PN}-4.33-build.patch
)

src_configure() {
	emake checkbuild
	emake -C C config.h
}

src_compile() {
	emake prefix=/usr CC="$(tc-getCC)" NLS=$(usex nls T F)
}

src_install() {
	emake install prefix="${D}/usr"
	# default symlink is broken
	dosym di /usr/bin/mi
	dodoc README.txt
}

USE Flags

nls

Dependencies

BDEPEND

nls? ( sys-devel/gettext )

Manifest for 4.51

Type File Size Source URLs
DIST di-4.51.tar.gz 229504 bytes https://downloads.sourceforge.net/diskinfo-di/di-4.51.tar.gz