### this file is sourced not run
PKGVER=2.2
PKGBUILD=1
PKGARCH=x86_64

# james
TARBALL=xoscope-$PKGVER.tar.gz
MD5SUM=468ff79d38b5645f9033b564091bfecd
SRC_URL=http://downloads.sourceforge.net/xoscope/$TARBALL
BUNDLE=

SLACKREQ='libgtkdatabox libfftw3'
SLACKDESC="xoscope: xoscope $PKGVER (Digital Oscilloscope)
xoscope: 
xoscope: xoscope is a digital oscilloscope using input from a sound card or 
xoscope: EsounD and/or a ProbeScope/osziFOX and will soon support Bitscope 
xoscope: hardware. Includes 8 signal displays, variable time scale, math, 
xoscope: memory, measurements, and file save/load.
xoscope: 
xoscope: https://sourceforge.net/projects/xoscope/
xoscope: 
xoscope: Note: this build supports ALSA only
xoscope: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


