# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Disk Utilities for Darwin, mkfs.hfs, mkfs.hfsplus, fsck.hfs and fsck.hfsplus for linux" HOMEPAGE="http://opendarwin.org" SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/${P}.tar.gz http://dev.gentoo.org/~josejx/${P}-linux.patch.gz" LICENSE="APSL-2" SLOT="0" KEYWORDS="~ppc" IUSE="" DEPEND="" src_unpack(){ unpack ${A} || die "Upack failed!" cd ${S} epatch ${WORKDIR}/${P}-linux.patch } src_compile() { cd ${S} make -f Makefile.lnx } src_install() { cd ${S} exeinto /sbin doexe fsck_hfs.tproj/fsck_hfs doexe newfs_hfs.tproj/newfs_hfs dosym /sbin/newfs_hfs /sbin/mkfs.hfs dosym /sbin/newfs_hfs /sbin/mkfs.hfsplus dosym /sbin/fsck_hfs /sbin/fsck.hfs dosym /sbin/fsck_hfs /sbin/fsck.hfsplus }