# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/luabind-6.ebuild,v 1.6 2004/06/24 23:27:17 agriffis Exp $ S=${WORKDIR}/luabind DESCRIPTION="C++ library that aids in creating bindings for Lua" HOMEPAGE="http://luabind.sf.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-b${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" DEPEND="dev-lang/lua dev-libs/boost" src_compile() { sed -i 's:cd test.*::g' makefile emake } src_install() { dodoc doc/* insinto /usr/include/luabind doins luabind/* insinto /usr/include/luabind/detail doins luabind/detail/* insinto /usr/lib doins lib/* }