# $Id: PKGBUILD 204379 2014-01-18 15:41:07Z schiv $ # Maintainer: Ray Rashif # Contributor: Juergen Hoetzel # Contributor: see .contrib pkgname=snd pkgver=14.3 pkgrel=1 pkgdesc="An advanced sound editor" arch=('i686' 'x86_64') url="http://ccrma.stanford.edu/software/snd/" license=('custom:free') depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc') makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp' 'timidity++' 'mpg123' 'vorbis-tools') optdepends=('wavpack' 'flac' 'speex' 'mpg123' 'timidity++' 'vorbis-tools') source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz") md5sums=('817e1da8fe471e817b1ac4b1203925cd') build() { cd "$srcdir/$pkgname-$pkgver" LDFLAGS+=" -Wl,-z,noexecstack" ./configure --prefix=/usr \ --with-alsa \ --with-jack \ --with-gtk \ --with-ladspa \ --with-gmp make } package() { cd "$srcdir/$pkgname-$pkgver" make prefix="$pkgdir/usr" install install -Dm644 COPYING \ "$pkgdir/usr/share/licenses/$pkgname/COPYING" } # vim:set ts=2 sw=2 et: