updated on Mon Jan 9 08:00:21 UTC 2012
[aur-mirror.git] / xoscope / PKGBUILD
blobd4ea809cab3df01d8537bce3e90f6c5a0c138ebf
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>
7 pkgname=xoscope
8 pkgver=2.0
9 pkgrel=3
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/"
13 license=('GPL')
14 depends=('gtk2' 'esound')
15 install=
16 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tgz gtkdepre.diff)
17 noextract=()
19 build() {
20   cd $srcdir/$pkgname-$pkgver
21   patch -p1 -i ../gtkdepre.diff
22   ./configure --prefix=/usr
23   make || return 1
24   make DESTDIR=$pkgdir install
27 md5sums=('f1430ccee4ee0f6f478c2cd209549741'
28          '14ec6ead0ba68b6c31b05ab88d41ff74')