Summary: | sci-electronics/bitscope-dso - a suite of high performance mixed signal virtual test, measurement and data acquisition instruments | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jeff Simpson <jeffsimpson> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | sci-electronics |
Priority: | Normal | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.bitscope.com/software/dso | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | bitscope-dso-2.5.ebuild |
Description
Jeff Simpson
2012-09-15 18:29:47 UTC
Created attachment 323920 [details]
bitscope-dso-2.5.ebuild
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 >} > DESCRIPTION is way too long. 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. |