# 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="" src_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}/Makefile.preamble.diff" epatch "${FILESDIR}/Makefile.diff" } src_compile() { emake || die "make failed :(" } src_install() { einstall || die "install failed :(" }