# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="Darwin bootstrap_cmds" 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="" RESTRICT="nomirror" src_compile() { cd ${S} # we need to override the default build directory which lies # outside of /var/tmp/portage mkdir NEXTSTEP_BUILD_OUTPUT_DIR_ make NEXTSTEP_BUILD_OUTPUT_DIR=${S}/NEXTSTEP_BUILD_OUTPUT_DIR_ } src_install() { make DSTROOT=${D}\ NEXTSTEP_BUILD_OUTPUT_DIR=${S}/NEXTSTEP_BUILD_OUTPUT_DIR_\ install }