1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Vladimir Cerny <blackvladimir@gmail.com>
10 pkgdesc="A digital oscilloscope using input from a sound card or EsounD and/or a ProbeScope/osziFOX."
11 arch=("i686" "x86_64")
12 url="http://xoscope.sourceforge.net/"
14 depends=('gtk2' 'esound')
16 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tgz gtkdepre.diff)
20 cd $srcdir/$pkgname-$pkgver
21 patch -p1 -i ../gtkdepre.diff
22 ./configure --prefix=/usr
24 make DESTDIR=$pkgdir install
27 md5sums=('f1430ccee4ee0f6f478c2cd209549741'
28 '14ec6ead0ba68b6c31b05ab88d41ff74')