# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.5.1.0.ebuild,v 1.1 2012/08/26 04:27:39 ottxor Exp $ EAPI=4 inherit eutils unpacker VERSION_TAG="CG24A" MY_PV="${PV}.${VERSION_TAG}" SRC_URI="amd64? ( http://bitscope.com/download/files/${PN}_${MY_PV}_amd64.deb ) x86? ( http://bitscope.com/download/files/${PN}_${MY_PV}_i386.deb )" DESCRIPTION="BitScope Virtual Test Instrument Application. BitScope DSO is a suite of high performance mixed signal virtual test, measurement and data acquisition instruments including: Digital Storage Oscilloscope, Mixed Signal Oscilloscope, Logic State Analyzer, Waveform Generator, Spectrum Analyzer, Data Recorder, It is designed for use with a BitScope but can also be used without one to replay data (previously captured with a BitScope) or connect remotely" HOMEPAGE="http://www.bitscope.com/software/dso" IUSE="" SLOT="0" KEYWORDS="-* ~amd64 ~x86" LICENSE="" RESTRICT="" RDEPEND=">=dev-libs/atk-1.29.3 sys-libs/glibc >=x11-libs/cairo-1.2.4 >=dev-libs/glib-2.12.0 >=x11-libs/gtk+-2.8.0 >=x11-libs/pango-1.14.0 x11-libs/libX11" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} ./data.tar.gz } src_install() { dobin usr/bin/bitscope-dso dodoc -r usr/share/doc/bitscope-dso/* insinto /etc/bitscope doins etc/bitscope/bitscope.prb doicon usr/share/pixmaps/bitscope-dso.png make_desktop_entry bitscope-dso "BitScope DSO" bitscope-dso Education }