# Maintainer: Luke R. GPG: rsa4096/3EAE8697 pkgname=minimodem pkgver=0.23 pkgrel=1 pkgdesc="Minimodem is a command-line program which decodes (or generates) audio modem tones at any specified baud rate, using various framing protocols." arch=('i686' 'x86_64') url="http://www.whence.com/minimodem/" license=('GPL3') depends=('fftw' 'alsa-lib' 'libpulse' 'libsndfile') makedepends=('gcc') source=("http://www.whence.com/minimodem/$pkgname-$pkgver.tar.gz") sha512sums=('588d20dc5cf56b6ac5baab24cef203423a253ffff7e9e3e8b75c040457cd6da449adf51d0b8614973b9c3be69ee2055ea36b5aa82b080920dc15b19d30a7fea2') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir/" install }