# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/luabind-6-r1.ebuild,v 1.4 2005/04/24 12:48:56 hansmi 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 ~sparc" 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/* }