# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SIFT algorithm for automatic panorama creation" HOMEPAGE="http://user.cs.tu-berlin.de/~nowozin/autopano-sift/" SRC_URI="http://user.cs.tu-berlin.de/~nowozin/autopano-sift/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" export MONO_SHARED_DIR=${T} DEPEND=">=dev-dotnet/mono-1.0 dev-dotnet/glade-sharp dev-dotnet/gtk-sharp" src_compile() { cd ${S}/src make || die "compiling failed" } src_install() { cd ${S}/bin dobin *.exe dobin *.sh dolib *.dll }