1 # Contributor: Chuck Hallenbeck <chuckh@ftml.net>
2 # Contributor: Chris Brannon <cmbrannon79@gmail.com>
6 pkgdesc="Audio editor with an ed-style interface"
8 url="http://edway.wordpress.com/"
10 depends=(libsndfile alsa-lib readline)
12 source=("http://edway.ftml.net/edway-$pkgver.tar.gz")
15 cd "$srcdir/edway-0.2"
16 make prefix=/usr DESTDIR="$pkgdir" install
19 # vim:set ts=2 sw=2 et:
21 md5sums=('431022bd6a4ccec938c65eddd9141a0b')