# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Stephan Wienczny DESCRIPTION="Runtime lib for GDC" SRC_URI="http://home.earthlink.net/~dvdfrdmn/d/d-for-gcc-r1e.tgz" HOMEPAGE="" LICENSE="Artistic" DEPEND=">=sys-libs/glibc-2.3.0 >=sys-devel/gcc-2.3.0 >=dev-lang/gdc-0.0.1_rc5" S="${WORKDIR}/d/phobos" KEYWORDS="~x86" SLOT="0" IUSE="" src_unpack() { unpack "d-for-gcc-r1e.tgz" cd "${S}" echo ${PWD} } src_compile() { ./configure --prefix=/usr make } src_install () { dolib.a ${S}/libphobos.a dodir /usr/include/d cp -Rf *.d ${D}/usr/include/d cp -Rf etc gcc internal std ${D}/usr/include/d }