# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/bglibs/bglibs-1.001.ebuild,v 1.11 2004/07/02 04:33:54 eradicator Exp $ inherit gcc DESCRIPTION="Bruce Guenters library package" HOMEPAGE="http://untroubled.org/bglibs/" SRC_URI="http://untroubled.org/bglibs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" IUSE="" DEPEND="virtual/libc" src_compile() { echo "${D}/usr/lib/bglibs" > conf-home echo "$(gcc-getCC) ${CFLAGS}" > conf-cc emake -j1 || die } src_install () { dodir /usr/lib/bglibs ./installer || die "install failed" }