1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="A simple cut-and-paste spectral sound editor."
8 url="http://www.music.columbia.edu/~stanko/About_Ceres3.html"
10 depends=('nas' 'lesstif' 'audiofile')
11 source=("http://www.music.columbia.edu/~stanko/downloads/$pkgname-source.tar.gz")
12 md5sums=('fec9d05bd82a20f50b86fdf270e55105')
15 cd "$srcdir/$pkgname-source"
18 sed -i "152i#include<limits.h>" $pkgname.c
20 make -f makefile.linux_ix86
24 cd "$srcdir/$pkgname-source"
26 install -Dm 755 $pkgname "$pkgdir/usr/bin/$pkgname"
29 # vim:set ts=2 sw=2 et: