# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit eutils DESCRIPTION="GXSM-2.0 Gnome X Scanning Microscopy Project" HOMEPAGE="http://gxsm.sourceforge.net" SRC_URI="http://www.khyber.org/downloads/gxsm-2.0.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=" sci-libs/netcdf media-libs/libquicktime sci-libs/fftw gnome-base/gnome-common " RDEPEND="${DEPEND}" P="Gxsm-2.0" S="${WORKDIR}/${P}" src_unpack() { unpack ${A} } src_configure() { ./autogen.sh || die "Could not Configure" } pkg_postinst() { elog "GXSM has been installed succesfully. To run WITH hardware support, just run: gxsm2 For more details of supported hardware, check ${HOMEPAGE}. To run WITHOUT hardware support, run: gxsm2 -h no" cd ${S}/tools/schema ./install.sh }