summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 51368182bc4fc3d25da2f407b90e32dd3d13fb0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Maintainer: Ryan Farley <ryan.farley@gmx.com>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: François Charette <firmicus@gmx.net>

pkgname=minimodem
pkgver=0.24
pkgrel=1
pkgdesc='A tool to (de)code modem audio'
arch=('i686' 'x86_64')
url='http://www.whence.com/minimodem/'
license=('GPL')
depends=('fftw')
optdepends=('libpulse' 'alsa-lib')
makedepends=('libpulse' 'alsa-lib')
source=("http://www.whence.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")

build() {
	cd ${srcdir}/${pkgname}-${pkgver}
	./configure --prefix=/usr
	make
}

check() {
	cd ${srcdir}/${pkgname}-${pkgver}
	make check
}

package() {
	cd ${srcdir}/${pkgname}-${pkgver}
	make DESTDIR=${pkgdir} install
}

# vim: set noexpandtab ts=8:
sha512sums=('5c3a5e6f185d4b09c5f24d776393f2e2d5d787c097c44490905119513b9b39db53b7f2f7e624a4b527e8e8e827a5b99af6b0df5ca525046f60b49fe9ba2b0ceb')