summaryrefslogblamecommitdiff
path: root/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild
blob: 5794eaa69c52c52861412c8a32584b5a98e54479 (plain) (tree)
















































                                                                               
# Copyright 2015-2016 Adélie Linux Team
# Distributed under the terms of the NCSA License

EAPI=5
inherit eutils

DESCRIPTION="Mac/PowerMac disk partitioning utility"
HOMEPAGE="ftp://ftp.mklinux.apple.com/pub/Other_Tools/"
SRC_URI="
	mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV/_p*}.orig.tar.gz
	mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV/_p*}-${PV/*_p}.diff.gz
"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"

S=${WORKDIR}/${P/_p*}.orig

EPATCH_SOURCES=(
    "${WORKDIR}"/${PN}_${PV/_p*}-${PV/*_p}.diff
	"${FILESDIR}"/${PN}-largerthan2gb.patch
	"${FILESDIR}"/${PN}-0.1-headers.patch
	# Gentoo bug #142737
	"${FILESDIR}"/${PN}-0.1_p16-ppc64.patch
	"${FILESDIR}"/${PN}-amd64.patch

	### Patch for large (>550GB disks)
	### Note that >=2TB disks may not work due to limitations of the Mac
	### Partition Table structure, this needs to be investigated
	"${FILESDIR}"/${PN}-large-disk-support.patch
	"${FILESDIR}"/${PN}-non-glibc-support.patch
	)

src_prepare() {
	epatch
	epatch_user
}

src_install() {
	into /
	newsbin pdisk mac-fdisk
	newsbin fdisk pmac-fdisk

	into /usr
	newman mac-fdisk.8.in mac-fdisk.8
	newman pmac-fdisk.8.in pmac-fdisk.8
	dodoc README HISTORY
}