Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435144 - sci-electronics/bitscope-dso - a suite of high performance mixed signal virtual test, measurement and data acquisition instruments
Summary: sci-electronics/bitscope-dso - a suite of high performance mixed signal virtu...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://www.bitscope.com/software/dso
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-09-15 18:29 UTC by Jeff Simpson
Modified: 2012-09-16 16:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
bitscope-dso-2.5.ebuild (bitscope-dso-2.5.ebuild,1.51 KB, text/plain)
2012-09-15 18:30 UTC, Jeff Simpson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Simpson 2012-09-15 18:29:47 UTC
BitScope DSO Software

http://www.bitscope.com/software/dso
Comment 1 Jeff Simpson 2012-09-15 18:30:10 UTC
Created attachment 323920 [details]
bitscope-dso-2.5.ebuild
Comment 2 Jeff Simpson 2012-09-15 18:30:39 UTC
Comment on attachment 323920 [details]
bitscope-dso-2.5.ebuild

># 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
>}
>
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-16 15:51:11 UTC
DESCRIPTION is way too long.
Comment 4 Jeff Simpson 2012-09-16 16:13:50 UTC
I'm not attached to the description, I just verbatim copied out of the .DEB description.(In reply to comment #3)

> DESCRIPTION is way too long.