# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="Gaalet - Geometric Algebra ALgorithms Expression Templates" HOMEPAGE="http://sourceforge.net/projects/gaalet/files/" SRC_URI="http://sourceforge.net/projects/gaalet/files/releases/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" #src_install(){ # mkdir ${D}/usr # mkdir ${D}/usr/include # cp -R ${SRC}/include/* ${D}/usr/include #}