# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="Darwin bootstrap_cmds(including relpath) required for building xnu" WEBPAGE="http://darwinsource.opendarwin.org/10.3.4/" SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/bootstrap_cmds-44.tar.gz" LICENSE="APSL-2" SLOT="0" KEYWORDS="~macos" IUSE="" DEPEND="" src_compile() { emake || die "make failed :(" } src_install() { make install NEXTSTEP_INSTALLDIR=/usr/bin DESTDIR=${D} || die "install failed :(" }