[Darwinfiles-cvs] packagetree/sys-libs/dlcompat ChangeLog,NONE,1.1 dlcompat-20020811.ebuild,NONE,1.1
Status: Alpha
Brought to you by:
jimmacr
|
From: <ji...@us...> - 2002-08-11 20:51:06
|
Update of /cvsroot/darwinfiles/packagetree/sys-libs/dlcompat
In directory usw-pr-cvs1:/tmp/cvs-serv18926
Added Files:
ChangeLog dlcompat-20020811.ebuild
Log Message:
Adding first ebuild.. dlcompat
--- NEW FILE: ChangeLog ---
# ChangeLog for sys-libs/dlcompat
# Copyright 2002 The Darwin Files; Distributed under the GPL v2
# $Header: /cvsroot/darwinfiles/packagetree/sys-libs/dlcompat/ChangeLog,v 1.1 2002/08/11 20:51:03 jimmacr Exp $
*dlcompat-20020811 (11 Aug 2002)
11 Aug 2002; James Ribar <ji...@us...> Initial
import.
--- NEW FILE: dlcompat-20020811.ebuild ---
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /cvsroot/darwinfiles/packagetree/sys-libs/dlcompat/dlcompat-20020811.ebuild,v 1.1 2002/08/11 20:51:03 jimmacr Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="dlcompat is a small library that emulates the dlopen() interface on top of Darwin's dyld API"
HOMEPAGE="http://www.opendarwin.org"
SRC_URI="http://darwinfiles.sourceforge.net/src/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="ppc"
src_compile() {
emake || die
}
src_install () {
make prefix=${D}/usr/local install || die
}
|