# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="NeXT/Darwin Streams routines. Used by cctools" WEBPAGE="http://darwinsource.opendarwin.org/10.3.4/" SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/${P}.tar.gz" LICENSE="APSL-2" SLOT="0" KEYWORDS="~macos" IUSE="" DEPEND=">=sys-darwin/bootstrap_cmds-44 >=sys-darwin/cctools-495.8" src_compile() { emake RC_OS=macos RC_ARCHS=ppc RC_ppc=YES RC_XBS=YES \ || die "make failed" } src_install() { # install libs cd ${S} dodir /usr/lib/system insinto /usr/lib/system doins *.a # install headers cd ${S} dodir /usr/include/streams insinto /usr/include/streams doins *.h }