# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit distutils DESCRIPTION="Python wrapper for the vector library Amanith" SRC_URI="http://louhi.kempele.fi/~skyostil/projects/pyamanith/dist/PyAmanith-${PV}.tar.gz http://www.amanith.org/download/files/amanith_03.tar.gz" HOMEPAGE="http://louhi.kempele.fi/~skkyostil/projects/pyamanith/" KEYWORDS="~x86 ~amd64" LICENSE="as-is" IUSE="" DEPEND=">=dev-lang/python-2.3 >=media-libs/amanith-0.3 >=dev-lang/swig-1.3.25" src_unpack() { unpack ${A} mkdir -p ${S}/build/ mv amanith/ ${S}/build/ } src_install() { distutils_src_install }