aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xoscope/xoscope_1.12.bb
blob: 67267cc216897a6e2ced67c3b9e56a2fcf951411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Scope for your soundcard of COMEDI device"
LICENSE = "GPLv2"

DEPENDS = "gtk+-1.2 esound"

SRC_URI = "http://prdownloads.sourceforge.net/xoscope/xoscope-${PV}.tgz"

inherit autotools

PARALLEL_MAKE = ""

FILES_${PN}-dbg += "${libexecdir}/xoscope/.debug"