summaryrefslogtreecommitdiff
blob: a4e26628bf8d623f82fc10b447989a6b8a880e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2004 Gentoo Foundation, Pieter Van den Abeele <pvdabeel@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.3 2004/07/11 00:43:37 pvdabeel Exp $

DESCRIPTION="Darwin Libsystem, a collection of core libs similar to glibc on linux"

HOMEPAGE="http://www.opendarwin.org/"
SRC_URI=""
LICENSE="APSL-2"
SLOT="0"
KEYWORDS="-* macos"
IUSE=""
PROVIDE="virtual/libc"

# I haven't listed any deps here, we're currently not building Darwin from scratch yet.
# For now, this is a dummy package provided upstream. The version provided by the 
# distributor is pinpointed in the users profile

DEPEND=""
RDEPEND=""

src_unpack() {
	mkdir -p ${S} # You have to do something in ${S}, otherwise ${S} doesn't exist and
                      # portage craps its pants
}

src_compile() {
	# This is not an empty function
	sleep 0	
}

src_install() {
	# This is not an empty function
	sleep 0
}