# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ EAPI="4" PREFIX="${D}"/usr inherit qt4-r2 subversion ESVN_REPO_URI="svn://svn.code.sf.net/p/openhantek/code/trunk" EGIT_PROJECT="openhantek" DESCRIPTION="Digital Storage Osziloscope" HOMEPAGE="http://www.openhantek.org/" LICENSE="GPL-3" SLOT="0" IUSE="" DEPEND="sys-devel/gcc sci-libs/fftw dev-libs/libusb x11-libs/qt-opengl x11-libs/qt-gui x11-libs/qt-core" RDEPEND="${DEPEND} sci-electronics/electronics-menu" KEYWORDS="~amd64" src_configure() { export PREFIX=/usr qt4-r2_src_configure } src_install() { newicon res/images/openhantek.png openhantek.png make_desktop_entry openhantek OpenHantek openhantek Electronics dodoc README qt4-r2_src_install }