Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37162 Details for
Bug 59976
New Ebuild: sys-darwin/kext_tools-42.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-darwin/kext_tools-42.ebuild intial submission
kext_tools-42.ebuild (text/plain), 988 bytes, created by
Kito (RETIRED)
on 2004-08-10 12:17:27 UTC
(
hide
)
Description:
sys-darwin/kext_tools-42.ebuild intial submission
Filename:
MIME Type:
Creator:
Kito (RETIRED)
Created:
2004-08-10 12:17:27 UTC
Size:
988 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Apples kexttools - required for building xnu" >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() { > cd ${S} > #kextd and kextcache rely on internal apple header CoreFoundation/CFPriv.h > xcodebuild -target kextsymboltool || die "make kextsymboltool failed" > xcodebuild -target mkextunpack || die "make mkextunpack failed" > xcodebuild -target kextunload || die "make kextunload failed" > xcodebuild -target kextstat || die "make kextstat failed" > xcodebuild -target kextload || die "make kextload failed" >} > >src_install() { > cd ${S}/build > dobin kextsymboltool > dobin mkextunpack > dobin kextunload > dobin kextstat > dobin kextload >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 59976
: 37162