dev-python/mpmath: Bump to 1.4.0_alpha4
[gentoo/gentoo.git] / sys-block / disktype / disktype-9-r1.ebuild
blobb009766dcade7fd0ffbd826648699b65b678a301
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit toolchain-funcs
8 DESCRIPTION="Detect the content format of a disk or disk image"
9 HOMEPAGE="http://disktype.sourceforge.net/"
10 SRC_URI="https://downloads.sourceforge.net/disktype/${P}.tar.gz"
12 LICENSE="BSD"
13 SLOT="0"
14 KEYWORDS="amd64 arm ppc sparc x86"
16 src_compile() {
17         emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
20 src_install() {
21         dobin disktype
22         dodoc README HISTORY TODO
23         doman disktype.1