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 # Maintainer: Gordon JC Pearce <aur@gjcp.net>
10 pkgdesc="A multi-mode digital communications package for amateur radio."
12 url="http://gmfsk.connect.fi/"
14 depends=('fftw2' 'libgnomeui' 'rarian')
16 "http://gmfsk.connect.fi/$pkgname-$pkgver.tar.gz"
20 md5sums=() #generate with 'makepkg -g'
23 cd "$srcdir/$pkgname-$pkgver"
24 patch -p1 < $srcdir/gmfsk.patch
26 ./configure --prefix=/usr --sysconfdir=/etc
31 cd "$srcdir/$pkgname-$pkgver"
33 make DESTDIR="$pkgdir/" install
36 # vim:set ts=2 sw=2 et:
38 md5sums=('62bf63530f67eff2b757e7e46507a275'
39 '6b94a17094f2a7d7344b2ab11f1192a9')